MCPcopy Create free account
hub / github.com/argumentcomputer/ix / test_compile_expr_bvar

Function test_compile_expr_bvar

crates/compile/src/compile.rs:4000–4007  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3998 .collect()
3999 })
4000 .collect();
4001 let muts_name = block_addr.muts_name(&first_name);
4002 compile_name(&muts_name, stt);
4003 stt.env.register_name(
4004 muts_name,
4005 Named::new(
4006 block_addr.clone(),
4007 ConstantMeta::new(ConstantMetaInfo::Muts {
4008 all: muts_all,
4009 aux_layout: None,
4010 }),

Callers

nothing calls this directly

Calls 1

compile_exprFunction · 0.85

Tested by

no test coverage detected