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

Method has_stack_results

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

Returns true if the signature has results on the stack.

(&self)

Source from the content-addressed store, hash-verified

637
638 /// Returns true if the signature has results on the stack.
639 pub fn has_stack_results(&self) -> bool {
640 self.results.on_stack()
641 }
642}
643
644/// Align a value up to the given power-of-two-alignment.

Callers 2

make_ret_areaMethod · 0.80
assignMethod · 0.80

Calls 1

on_stackMethod · 0.80

Tested by

no test coverage detected