(&self)
| 62 | } |
| 63 | |
| 64 | pub fn instruction_count(&self) -> usize { |
| 65 | unsafe { BNGetHighLevelILInstructionCount(self.handle) } |
| 66 | } |
| 67 | |
| 68 | pub fn expression_count(&self) -> usize { |
| 69 | unsafe { BNGetHighLevelILExprCount(self.handle) } |
no outgoing calls
no test coverage detected