MCPcopy 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_congruentFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected