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

Method src

python/highlevelil.py:950–951  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

948class HighLevelILUnaryBase(HighLevelILInstruction, UnaryOperation):
949 @property
950 def src(self) -> HighLevelILInstruction:
951 return self.get_expr(0)
952
953 @property
954 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_exprMethod · 0.45

Tested by

no test coverage detected