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

Function next

crates/wasmtime/src/runtime/component/values.rs:1189–1191  ·  view source on GitHub ↗
(src: &mut Iter<'a, ValRaw>)

Source from the content-addressed store, hash-verified

1187}
1188
1189fn next<'a>(src: &mut Iter<'a, ValRaw>) -> &'a ValRaw {
1190 src.next().unwrap()
1191}
1192
1193fn next_mut<'a>(dst: &mut IterMut<'a, MaybeUninit<ValRaw>>) -> &'a mut MaybeUninit<ValRaw> {
1194 dst.next().unwrap()

Callers 3

liftMethod · 0.85
lift_flat_pointer_pairFunction · 0.85
lift_variantFunction · 0.85

Calls 2

unwrapMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected