MCPcopy 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

mergeFunction · 0.80
build_below_indc_ctorFunction · 0.80
current_rss_mibFunction · 0.80
serveFunction · 0.80
try_reduce_decidableMethod · 0.80
mergeFunction · 0.80
canonicalMethod · 0.80
merkle_root_canonicalFunction · 0.80

Calls

no outgoing calls

Tested by 1