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

Function mk_id

crates/kernel/src/infer.rs:626–628  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

624 Address::hash(s.as_bytes())
625 }
626 fn mk_id(s: &str) -> KId<Anon> {
627 KId::new(mk_addr(s), ())
628 }
629 fn sort0() -> AE {
630 AE::sort(AU::zero())
631 }

Callers 9

test_envFunction · 0.70
infer_constFunction · 0.70
infer_appFunction · 0.70

Calls 1

mk_addrFunction · 0.70

Tested by 9

test_envFunction · 0.56
infer_constFunction · 0.56
infer_appFunction · 0.56