Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ elapsed_ns
Function
elapsed_ns
crates/kernel/src/ingress.rs:3447–3449 ·
view source on GitHub ↗
(start: Instant)
Source
from the content-addressed store, hash-verified
3445
follow_refs,
3446
)?;
3447
3448
if !kenv.contains_key(&requested_id) {
3449
return Err(format!(
"{}: no ingressed kernel constant"
, name.pretty()));
3450
}
3451
Ok(requested_id)
3452
}
Callers
11
timed_intern_univ
Function · 0.85
timed_intern_or_build
Function · 0.85
ingress_expr
Function · 0.85
timed_drop_ns
Function · 0.85
timed_drop_dashmap_par
Function · 0.85
timed_drop_fxmap_par
Function · 0.85
drop_ingress_lookups
Function · 0.85
insert_standalone_entries
Function · 0.85
insert_muts_entries
Function · 0.85
drop_ixon_env
Function · 0.85
ixon_ingress_inner
Function · 0.85
Calls
1
duration_ns
Function · 0.85
Tested by
no test coverage detected