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

Method right

python/mediumlevelil.py:1189–1190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1187
1188 @property
1189 def right(self) -> MediumLevelILInstruction:
1190 return self._get_expr(1)
1191
1192 @property
1193 def carry(self) -> MediumLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected