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

Method src

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

Source from the content-addressed store, hash-verified

1458class MediumLevelILBoolToInt(MediumLevelILInstruction):
1459 @property
1460 def src(self) -> MediumLevelILInstruction:
1461 return self._get_expr(0)
1462
1463 @property
1464 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected