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

Function nvar

crates/kernel/src/testing.rs:48–50  ·  view source on GitHub ↗
(name: &str, i: u64)

Source from the content-addressed store, hash-verified

46}
47
48pub fn nvar(name: &str, i: u64) -> ME {
49 ME::var(i, mk_name(name))
50}
51
52pub fn sort0() -> ME {
53 ME::sort(MU::zero())

Callers

nothing calls this directly

Calls 2

varFunction · 0.70
mk_nameFunction · 0.70

Tested by

no test coverage detected