Returns true if the [ABISig] has an extra parameter for stack results.
(&self)
| 549 | |
| 550 | /// Returns true if the [ABISig] has an extra parameter for stack results. |
| 551 | pub fn has_retptr(&self) -> bool { |
| 552 | self.has_retptr |
| 553 | } |
| 554 | |
| 555 | /// Returns the last [ABIOperand] used as the pointer to the |
| 556 | /// stack results area. |
no outgoing calls
no test coverage detected