(&self)
| 84 | } |
| 85 | |
| 86 | pub fn instruction_count(&self) -> usize { |
| 87 | unsafe { BNGetMediumLevelILInstructionCount(self.handle) } |
| 88 | } |
| 89 | |
| 90 | pub fn expression_count(&self) -> usize { |
| 91 | unsafe { BNGetMediumLevelILExprCount(self.handle) } |
no outgoing calls
no test coverage detected