MCPcopy 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_equivFunction · 0.70
test_transitivityFunction · 0.70
test_context_isolationFunction · 0.70

Calls

no outgoing calls

Tested by 3

test_basic_equivFunction · 0.56
test_transitivityFunction · 0.56
test_context_isolationFunction · 0.56