Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ size_hint
Method
size_hint
cranelift/codegen/src/ir/dfg.rs:340–342 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
338
}
339
340
fn size_hint(&self) -> (usize, Option<usize>) {
341
self.inner.size_hint()
342
}
343
}
344
345
impl ExactSizeIterator for Values<'_> {
Callers
nothing calls this directly
Calls
2
num_fixed_results
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected