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

Method into_iter

pulley/src/regs.rs:272–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 type IntoIter = UpperRegSetIntoIter<R>;
271
272 fn into_iter(self) -> Self::IntoIter {
273 UpperRegSetIntoIter {
274 iter: self.bitset.into_iter(),
275 _marker: PhantomData,
276 }
277 }
278}
279
280/// Returned iterator from `UpperRegSet::into_iter`

Callers 3

call_endMethod · 0.45
disas_listFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected