Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
retain
Method · 0.45
immutable_cursor
Function · 0.45
Calls
11
is_eq
Method · 0.80
is_in_bounds
Method · 0.80
goto_end
Method · 0.80
replace
Function · 0.50
take
Method · 0.45
first
Method · 0.45
goto
Method · 0.45
key
Method · 0.45
value
Method · 0.45
cmp
Method · 0.45
goto_first
Method · 0.45
Tested by
1
immutable_cursor
Function · 0.36