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

Method next

cranelift/bforest/src/map.rs:336–338  ·  view source on GitHub ↗
(&mut self, pool: &NodePool<MapTypes<K, V>>)

Source from the content-addressed store, hash-verified

334 }
335
336 fn next(&mut self, pool: &NodePool<MapTypes<K, V>>) -> Option<(K, V)> {
337 self.path.next(pool)
338 }
339
340 fn prev(
341 &mut self,

Callers 2

retainMethod · 0.45
immutable_cursorFunction · 0.45

Calls 11

is_eqMethod · 0.80
is_in_boundsMethod · 0.80
goto_endMethod · 0.80
replaceFunction · 0.50
takeMethod · 0.45
firstMethod · 0.45
gotoMethod · 0.45
keyMethod · 0.45
valueMethod · 0.45
cmpMethod · 0.45
goto_firstMethod · 0.45

Tested by 1

immutable_cursorFunction · 0.36