Get a slice over all the result [`ABIOperand`]s.
(&self)
| 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 { |
no outgoing calls
no test coverage detected