Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ next
Method
next
crates/ixon/src/map.rs:97–99 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
95
impl<
'a, K, V> Iterator for Iter<'
a, K, V> {
96
type Item = MapRef<'a, K, V>;
97
fn next(&mut self) -> Option<Self::Item> {
98
self.0.next().map(|(k, v)| MapRef { k, v })
99
}
100
}
101
}
Callers
9
closure_detects_missing_dep
Function · 0.80
merge
Function · 0.80
build_below_indc_ctor
Function · 0.80
current_rss_mib
Function · 0.80
serve
Function · 0.80
try_reduce_decidable
Method · 0.80
merge
Function · 0.80
canonical
Method · 0.80
merkle_root_canonical
Function · 0.80
Calls
no outgoing calls
Tested by
1
closure_detects_missing_dep
Function · 0.64