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

Function kernel_check_clear_every

crates/ffi/src/kernel.rs:2119–2121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2117 .named
2118 .iter()
2119 .map(|e| {
2120 (normalize_displayed_name(&e.key().to_string()), e.value().addr.clone())
2121 })
2122 .collect();
2123 let mut resolved: Vec<Address> = Vec::with_capacity(names_vec.len());
2124 let mut missing: Vec<&str> = Vec::new();

Callers 4

run_anon_checks_parallelFunction · 0.85
check_consts_loopFunction · 0.85

Calls 2

env_usizeFunction · 0.85
maxMethod · 0.45

Tested by

no test coverage detected