Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ addr
Function
addr
crates/kernel/src/equiv.rs:143–145 ·
view source on GitHub ↗
(n: u64)
Source
from the content-addressed store, hash-verified
141
if k1 == k2 {
142
return true;
143
}
144
let n1 = match self.key_to_node.get(k1) {
145
Some(&n) => n,
146
None => return false,
147
};
148
let n2 = match self.key_to_node.get(k2) {
Callers
3
test_basic_equiv
Function · 0.70
test_transitivity
Function · 0.70
test_context_isolation
Function · 0.70
Calls
no outgoing calls
Tested by
3
test_basic_equiv
Function · 0.56
test_transitivity
Function · 0.56
test_context_isolation
Function · 0.56