MCPcopy 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_univFunction · 0.85
timed_intern_or_buildFunction · 0.85
ingress_exprFunction · 0.85
timed_drop_nsFunction · 0.85
timed_drop_dashmap_parFunction · 0.85
timed_drop_fxmap_parFunction · 0.85
drop_ingress_lookupsFunction · 0.85
insert_muts_entriesFunction · 0.85
drop_ixon_envFunction · 0.85
ixon_ingress_innerFunction · 0.85

Calls 1

duration_nsFunction · 0.85

Tested by

no test coverage detected