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

Function kernel_check_slow_threshold

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

Source from the content-addressed store, hash-verified

2113 // Resolve displayed names → addresses through the full env's `named`
2114 // metadata (the anon view discards it). Keys and requests both go
2115 // through `normalize_displayed_name` (Lean `«»`-escaped ↔ Rust bare).
2116 let by_name: FxHashMap<String, Address> = full
2117 .named
2118 .iter()
2119 .map(|e| {
2120 (normalize_displayed_name(&e.key().to_string()), e.value().addr.clone())

Callers 2

check_consts_loopFunction · 0.85
newMethod · 0.85

Calls 1

env_duration_msFunction · 0.85

Tested by

no test coverage detected