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

Method results

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

Returns an iterator over all the result operands.

(&self)

Source from the content-addressed store, hash-verified

612
613 /// Returns an iterator over all the result operands.
614 pub fn results(&self) -> &[ABIOperand] {
615 self.results.operands()
616 }
617
618 /// Returns a slice over the signature params, excluding the results
619 /// base parameter, if any.

Callers 2

wasm_sigFunction · 0.45
sigMethod · 0.45

Calls 1

operandsMethod · 0.45

Tested by

no test coverage detected