Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ is_empty
Method
is_empty
crates/kernel/src/env.rs:484–486 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
482
self.consts.insert(id, c);
483
}
484
485
pub fn len(&self) -> usize {
486
self.consts.len()
487
}
488
489
pub fn is_empty(&self) -> bool {
Callers
15
classify_block
Method · 0.45
phase_timing_label_matches
Method · 0.45
instantiate_rev
Function · 0.45
abstract_fvars
Function · 0.45
is_def_eq_inner
Method · 0.45
is_bool_true
Method · 0.45
dump_proj_delta_trace
Method · 0.45
dump_eta_trace
Method · 0.45
compact_def_eq_expr
Function · 0.45
compact_def_eq_head
Function · 0.45
dump_def_eq_max
Method · 0.45
dump_def_eq_rec_fuel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected