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

Method carry

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

Source from the content-addressed store, hash-verified

1220 }
1221
1222 pub fn carry(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
1223 LowLevelILExpression::new(
1224 self.function,
1225 LowLevelExpressionIndex(self.op.operands[2] as usize),
1226 )
1227 }
1228}
1229
1230impl<A, M, F> Debug for Operation<'_, A, M, F, BinaryOpCarry>

Callers 2

check_expressionFunction · 0.45
fmtMethod · 0.45

Calls 1

Tested by

no test coverage detected