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

Method expression_count

rust/src/low_level_il/function.rs:146–151  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

144 }
145
146 pub fn expression_count(&self) -> usize {
147 unsafe {
148 use binaryninjacore_sys::BNGetLowLevelILExprCount;
149 BNGetLowLevelILExprCount(self.handle)
150 }
151 }
152
153 pub fn function(&self) -> Ref<Function> {
154 unsafe {

Callers 2

fmtMethod · 0.45
replace_expressionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected