MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / instruction_count

Method instruction_count

rust/src/high_level_il/function.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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) }

Callers 2

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected