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

Method right

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

Source from the content-addressed store, hash-verified

1170 }
1171
1172 pub fn right(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
1173 LowLevelILExpression::new(
1174 self.function,
1175 LowLevelExpressionIndex(self.op.operands[1] as usize),
1176 )
1177 }
1178}
1179
1180impl<A, M, F> Debug for Operation<'_, A, M, F, BinaryOp>

Callers 1

fmtMethod · 0.45

Calls 1

Tested by

no test coverage detected