Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
pub fn nvar(name: &str, i: u64) -> ME {
49
ME::var(i, mk_name(name))
50
}
51
52
pub fn sort0() -> ME {
53
ME::sort(MU::zero())
Callers
nothing calls this directly
Calls
2
var
Function · 0.70
mk_name
Function · 0.70
Tested by
no test coverage detected