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

Method src

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

Source from the content-addressed store, hash-verified

3056class LowLevelILAssertSsa(LowLevelILInstruction, SSA):
3057 @property
3058 def src(self) -> SSARegister:
3059 return self._get_reg_ssa(0, 1)
3060
3061 @property
3062 def constraint(self) -> variable.PossibleValueSet:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected