Returns the stack size, in bytes, needed for results on the stack.
(&self)
| 632 | |
| 633 | /// Returns the stack size, in bytes, needed for results on the stack. |
| 634 | pub fn results_stack_size(&self) -> u32 { |
| 635 | self.results.operands.bytes |
| 636 | } |
| 637 | |
| 638 | /// Returns true if the signature has results on the stack. |
| 639 | pub fn has_stack_results(&self) -> bool { |
no outgoing calls
no test coverage detected