Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ names_for_addr
Method
names_for_addr
crates/kernel/src/ingress.rs:3145–3147 ·
view source on GitHub ↗
(&self, addr: &Address)
Source
from the content-addressed store, hash-verified
3143
if !quiet {
3144
log::info!(
3145
"[lean_ingress] build_leon_addr_map: {:.2}s ({} names)"
,
3146
t.elapsed().as_secs_f32(),
3147
n2a.len()
3148
);
3149
}
3150
Callers
2
insert_addr_aliases
Function · 0.80
ingress_addr_set_into_kenv
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected