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

Function lift_zero_shift

crates/kernel/src/subst.rs:969–974  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967 let n = fvars.len() as u64;
968 let result = abstract_fvars_cached(env, body, &pos, n, 0, &mut cache);
969 env.subst_scratch = cache;
970 result
971}
972
973fn abstract_fvars_cached<M: KernelMode>(
974 env: &mut InternTable<M>,
975 body: &KExpr<M>,
976 pos: &FxHashMap<FVarId, u64>,
977 n: u64,

Callers

nothing calls this directly

Calls 2

liftFunction · 0.85
varFunction · 0.70

Tested by

no test coverage detected