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

Method low

rust/src/low_level_il/operation.rs:1266–1271  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1264 }
1265
1266 pub fn low(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
1267 LowLevelILExpression::new(
1268 self.function,
1269 LowLevelExpressionIndex(self.op.operands[1] as usize),
1270 )
1271 }
1272
1273 // TODO: I don't think this actually exists?
1274 pub fn right(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {

Callers 2

check_expressionFunction · 0.45
fmtMethod · 0.45

Calls 1

Tested by

no test coverage detected