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

Method src

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

Source from the content-addressed store, hash-verified

3026class MediumLevelILAssertSsa(MediumLevelILInstruction, SSA):
3027 @property
3028 def src(self) -> SSAVariable:
3029 return self._get_var_ssa(0, 1)
3030
3031 @property
3032 def constraint(self) -> variable.PossibleValueSet:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected