Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ resolve
Method
resolve
crates/kernel/src/congruence.rs:28–30 ·
view source on GitHub ↗
(&self, name: &Name)
Source
from the content-addressed store, hash-verified
26
}
27
28
pub fn resolve(&self, name: &Name) -> Option<&Address> {
29
self.map.get(name)
30
}
31
}
32
33
/// Check that a Lean-side Level matches a zero Univ structurally.
Callers
1
expr_congruent
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected