MCPcopy 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_blockMethod · 0.45
instantiate_revFunction · 0.45
abstract_fvarsFunction · 0.45
is_def_eq_innerMethod · 0.45
is_bool_trueMethod · 0.45
dump_proj_delta_traceMethod · 0.45
dump_eta_traceMethod · 0.45
compact_def_eq_exprFunction · 0.45
compact_def_eq_headFunction · 0.45
dump_def_eq_maxMethod · 0.45
dump_def_eq_rec_fuelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected