Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
check_inputs_closed
Function · 0.45
run_shard_plan
Function · 0.45
main
Function · 0.45
main
Function · 0.45
deserialize_int
Function · 0.45
deserialize_source_info
Function · 0.45
deserialize_preresolved
Function · 0.45
deserialize_syntax_inner
Function · 0.45
decompile_recursor
Function · 0.45
roundtrip_block
Function · 0.45
print_rec_comparison
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_aux_gen_alpha_collapse
Function · 0.36
test_build_sharing_vec
Function · 0.36