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

Function get_all_from_meta

crates/compile/src/decompile.rs:1221–1228  ·  view source on GitHub ↗

Extract the all field from ConstantMeta (original Lean all field for roundtrip).

(meta: &ConstantMeta)

Source from the content-addressed store, hash-verified

1219 stack.push(Frame::BuildLam(
1220 Name::anon(),
1221 BinderInfo::Default,
1222 mdata_layers,
1223 ));
1224 stack.push(Frame::Decompile(body.clone(), u64::MAX));
1225 stack.push(Frame::Decompile(ty.clone(), u64::MAX));
1226 },
1227
1228 // All: extract binder name/info from arena
1229 (
1230 ExprMetaData::Binder { name: name_addr, info, children },
1231 Expr::All(ty, body),

Callers 1

decompile_constFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected