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

Function ingress_lambda

crates/kernel/src/ingress.rs:4873–4882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4871
4872 fn n_lit(x: u64) -> Nat {
4873 Nat::from(x)
4874 }
4875
4876 #[cfg(not(target_arch = "riscv64"))]
4877 #[test]
4878 fn lean_recursor_layout_uses_source_then_numeric_order() {
4879 // Layout-only test: the source mutual may split into structural SCCs,
4880 // but direct ingress must keep all three originals in `.all` order.
4881 let head = mk_name("Z");
4882 let positions = FxHashMap::from_iter([
4883 (head.clone(), 0),
4884 (mk_name("A"), 1),
4885 (mk_name("C"), 2),

Callers

nothing calls this directly

Calls 5

sortFunction · 0.85
do_ingressFunction · 0.85
lamFunction · 0.70
mk_nameFunction · 0.70
n_litFunction · 0.70

Tested by

no test coverage detected