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

Method src

python/lowlevelil.py:1445–1446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1443class LowLevelILFsqrt(LowLevelILInstruction, FloatingPoint, Arithmetic):
1444 @property
1445 def src(self) -> LowLevelILInstruction:
1446 return self._get_expr(0)
1447
1448 @property
1449 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected