MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / into_iter

Method into_iter

cranelift/bforest/src/map.rs:234–240  ·  view source on GitHub ↗

Consume this map and its forest, yielding `(K, V)` pairs from the map.

(self, forest: MapForest<K, V>)

Source from the content-addressed store, hash-verified

232
233 /// Consume this map and its forest, yielding `(K, V)` pairs from the map.
234 pub fn into_iter(self, forest: MapForest<K, V>) -> MapIntoIter<K, V> {
235 MapIntoIter {
236 root: self.root,
237 pool: forest.nodes,
238 path: Path::default(),
239 }
240 }
241
242 /// Iterate over the entries within the given range.
243 pub fn range<'a, R, C>(

Callers 15

multi_lineMethod · 0.45
armMethod · 0.45
get_indent_worksFunction · 0.45
add_functionsMethod · 0.45
apply_func_renameMethod · 0.45
parseFunction · 0.45
import_funcFunction · 0.45
collect_block_argsFunction · 0.45
stepFunction · 0.45
icmpFunction · 0.45
fold_vectorFunction · 0.45

Calls

no outgoing calls

Tested by 15

get_indent_worksFunction · 0.36
sanityFunction · 0.36
udiv_by_zero_trapsFunction · 0.36
fuelFunction · 0.36
out_of_slot_write_trapsFunction · 0.36
out_of_slot_read_trapsFunction · 0.36
srem_trapFunction · 0.36