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

Method expression_count

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

Source from the content-addressed store, hash-verified

88 }
89
90 pub fn expression_count(&self) -> usize {
91 unsafe { BNGetMediumLevelILExprCount(self.handle) }
92 }
93
94 pub fn ssa_form(&self) -> MediumLevelILFunction {
95 let ssa = unsafe { BNGetMediumLevelILSSAForm(self.handle) };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected