Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ clear
Method
clear
crates/ixon/src/map.rs:53–55 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
51
}
52
53
pub fn clear(&mut self) {
54
self.0.clear();
55
}
56
57
pub fn get(&self, k: &K) -> Option<MapRef<'_, K, V>> {
58
self.0.get_key_value(k).map(|(k, v)| MapRef { k, v })
Callers
9
execute
Method · 0.45
decompile_inductive
Function · 0.45
compile_definition
Function · 0.45
compile_recursor
Function · 0.45
compile_constructor
Function · 0.45
compile_inductive
Function · 0.45
compile_axiom
Function · 0.45
compile_quotient
Function · 0.45
hash_node
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected