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

Method len

winch/codegen/src/abi/mod.rs:385–387  ·  view source on GitHub ↗

Returns the length of the result.

(&self)

Source from the content-addressed store, hash-verified

383
384 /// Returns the length of the result.
385 pub fn len(&self) -> usize {
386 self.operands.inner.len()
387 }
388
389 /// Returns the length of results on the stack.
390 pub fn stack_operands_len(&self) -> usize {

Callers 15

jmp_tableMethod · 0.45
shuffleMethod · 0.45
jmp_tableMethod · 0.45
jmp_tableMethod · 0.45
fromMethod · 0.45
stack_operands_lenMethod · 0.45
len_without_retptrMethod · 0.45
params_without_retptrMethod · 0.45
emit_atomic_waitMethod · 0.45
emit_atomic_notifyMethod · 0.45
assign_context_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected