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

Method next

pulley/src/regs.rs:288–290  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

286impl<R: Reg> Iterator for UpperRegSetIntoIter<R> {
287 type Item = R;
288 fn next(&mut self) -> Option<R> {
289 Some(R::new(self.iter.next()? + 16).unwrap())
290 }
291}
292
293impl<R: Reg> DoubleEndedIterator for UpperRegSetIntoIter<R> {

Callers 3

call_startMethod · 0.45
call_endMethod · 0.45
disas_listFunction · 0.45

Calls 2

newFunction · 0.50
unwrapMethod · 0.45

Tested by

no test coverage detected