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

Method next

cranelift/bforest/src/set.rs:239–241  ·  view source on GitHub ↗

Move cursor to the next element and return it. If the cursor reaches the end, return `None` and leave the cursor at the off-the-end position.

(&mut self)

Source from the content-addressed store, hash-verified

237 /// If the cursor reaches the end, return `None` and leave the cursor at the off-the-end
238 /// position.
239 pub fn next(&mut self) -> Option<K> {
240 self.path.next(self.pool).map(|(k, _)| k)
241 }
242
243 /// Move cursor to the previous element and return it.
244 ///

Callers 15

parse_multilineFunction · 0.45
dump_eh_frameFunction · 0.45
dump_cfi_instructionsFunction · 0.45
update_atMethod · 0.45
generate_blocksMethod · 0.45
generate_rex_encodingMethod · 0.45
mutateMethod · 0.45
retainMethod · 0.45
isa_string_extensionsFunction · 0.45
count_entriesFunction · 0.45

Calls 3

mapMethod · 0.45
takeMethod · 0.45
firstMethod · 0.45

Tested by 11

dump_eh_frameFunction · 0.36
dump_cfi_instructionsFunction · 0.36
count_entriesFunction · 0.36
mainFunction · 0.36
introspectionFunction · 0.36
test_many_parametersFunction · 0.36
test_many_resultsFunction · 0.36
dynamic_typeFunction · 0.36
reflect_resource_importFunction · 0.36