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

Method instruction_count

rust/src/medium_level_il/function.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers 3

instruction_index_atMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected