(&self)
| 137 | } |
| 138 | |
| 139 | pub fn instruction_count(&self) -> usize { |
| 140 | unsafe { |
| 141 | use binaryninjacore_sys::BNGetLowLevelILInstructionCount; |
| 142 | BNGetLowLevelILInstructionCount(self.handle) |
| 143 | } |
| 144 | } |
| 145 | |
| 146 | pub fn expression_count(&self) -> usize { |
| 147 | unsafe { |
no outgoing calls
no test coverage detected