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

Function drop_ixon_env

crates/kernel/src/ingress.rs:3682–3684  ·  view source on GitHub ↗
(_ixon_env: IxonEnv, _quiet: bool)

Source from the content-addressed store, hash-verified

3680/// Opt-out for the parallel drop path: set `IX_SEQ_IXON_DROP=1` to fall back
3681/// to single-threaded `drop` for measurement comparisons.
3682#[cfg(not(target_arch = "riscv64"))]
3683fn seq_ixon_drop_enabled() -> bool {
3684 crate::env_var_os("IX_SEQ_IXON_DROP").is_some()
3685}
3686
3687#[cfg(not(target_arch = "riscv64"))]

Callers 1

ixon_ingress_ownedFunction · 0.85

Calls 5

seq_ixon_drop_enabledFunction · 0.85
timed_drop_nsFunction · 0.85
timed_drop_dashmap_parFunction · 0.85
elapsed_nsFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected