MCPcopy 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
345impl ExactSizeIterator for Values<'_> {

Callers

nothing calls this directly

Calls 2

num_fixed_resultsMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected