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

Method operands

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

Get a slice over all the result [`ABIOperand`]s.

(&self)

Source from the content-addressed store, hash-verified

378
379 /// Get a slice over all the result [`ABIOperand`]s.
380 pub fn operands(&self) -> &[ABIOperand] {
381 &self.operands.inner
382 }
383
384 /// Returns the length of the result.
385 pub fn len(&self) -> usize {

Callers 6

stack_operands_lenMethod · 0.45
paramsMethod · 0.45
resultsMethod · 0.45
pop_abi_results_implMethod · 0.45
adjust_stack_resultsMethod · 0.45
push_abi_resultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected