Returns true if the [`ABIResults`] require space on the machine stack for results.
(&self)
| 416 | /// Returns true if the [`ABIResults`] require space on the machine stack |
| 417 | /// for results. |
| 418 | pub fn on_stack(&self) -> bool { |
| 419 | self.operands.bytes > 0 |
| 420 | } |
| 421 | |
| 422 | /// Set the return area of the signature. |
| 423 | /// |
no outgoing calls
no test coverage detected