Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ Node
Class
Node
crates/kernel/src/level.rs:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
// Géran's canonical-form normalization and comparison
311
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
312
struct VarNode {
313
idx: u64,
314
offset: u64,
315
}
316
Callers
8
deserialize_syntax_inner
Function · 0.85
decode_syntax
Function · 0.85
decode
Method · 0.85
canonical
Method · 0.85
join
Method · 0.85
get_body
Method · 0.85
serde_roundtrip_node_simple
Function · 0.85
deser_syntax
Function · 0.85
Calls
no outgoing calls
Tested by
1
serde_roundtrip_node_simple
Function · 0.68