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

Method high

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

Source from the content-addressed store, hash-verified

1257 }
1258
1259 pub fn high(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
1260 LowLevelILExpression::new(
1261 self.function,
1262 LowLevelExpressionIndex(self.op.operands[0] as usize),
1263 )
1264 }
1265
1266 pub fn low(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
1267 LowLevelILExpression::new(

Callers 2

check_expressionFunction · 0.45
fmtMethod · 0.45

Calls 1

Tested by

no test coverage detected