Returns the length of the result.
(&self)
| 383 | |
| 384 | /// Returns the length of the result. |
| 385 | pub fn len(&self) -> usize { |
| 386 | self.operands.inner.len() |
| 387 | } |
| 388 | |
| 389 | /// Returns the length of results on the stack. |
| 390 | pub fn stack_operands_len(&self) -> usize { |
no outgoing calls
no test coverage detected