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

Method len

cranelift/codegen/src/ir/instructions.rs:103–105  ·  view source on GitHub ↗

Return the length of the argument list.

(&self, pool: &ValueListPool)

Source from the content-addressed store, hash-verified

101
102 /// Return the length of the argument list.
103 pub fn len(&self, pool: &ValueListPool) -> usize {
104 self.values.len(pool) - 1
105 }
106
107 /// Return an iterator over the arguments of this block.
108 pub fn args<'a>(

Callers 2

fmtMethod · 0.45
typeset_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected