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