Function program_covered_by_native_builder
pub fn program_covered_by_native_builder(program: &str) -> boolExpand description
Whether the native Core-IR value builder covers program (the fast marshal path is taken, not
the interpreter fallback). For test coverage assertions.