MCPcopy Create free account
hub / github.com/argumentcomputer/ix / resolve_name

Function resolve_name

crates/kernel/src/ingress.rs:328–330  ·  view source on GitHub ↗
(addr: &Address, names: &FxHashMap<Address, Name>)

Source from the content-addressed store, hash-verified

326/// hit. (Historically the probe key was a precomputed blake3 content
327/// hash; the shallow key preserves the skip while removing the hash.)
328#[inline]
329fn timed_intern_or_build<M: KernelMode>(
330 intern: &mut InternTable<M>,
331 key: &super::env::ExprKey,
332 build: impl FnOnce() -> KExpr<M>,
333 stats: &mut ConvertStats,

Callers 10

compile_env_with_optionsFunction · 0.85
resolve_level_paramsFunction · 0.85
resolve_allFunction · 0.85
ingress_exprFunction · 0.85
ingress_defnFunction · 0.85
ingress_recursorFunction · 0.85
ingress_standaloneFunction · 0.85
ingress_muts_inductiveFunction · 0.85
ingress_muts_blockFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected