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

Method is_empty

crates/ixon/src/map.rs:41–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn is_empty(&self) -> bool {
42 self.0.is_empty()
43 }
44
45 pub fn contains_key(&self, k: &K) -> bool {
46 self.0.contains_key(k)

Callers 15

mainFunction · 0.45
check_inputs_closedFunction · 0.45
run_shard_planFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
deserialize_intFunction · 0.45
deserialize_source_infoFunction · 0.45
deserialize_preresolvedFunction · 0.45
deserialize_syntax_innerFunction · 0.45
decompile_recursorFunction · 0.45
roundtrip_blockFunction · 0.45
print_rec_comparisonFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_build_sharing_vecFunction · 0.36