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

Calls 1

getMethod · 0.45

Tested by

no test coverage detected