Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ next
Method
next
cranelift/codegen/meta/src/gen_isle.rs:909–915 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
907
type Item = I::Item;
908
909
fn next(&mut self) -> Option<Self::Item> {
910
if self.condition {
911
self.iter.next()
912
} else {
913
None
914
}
915
}
916
}
917
918
ops.into_iter()
Callers
2
gen_common_isle
Function · 0.45
operands
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected