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

Method dest

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

Source from the content-addressed store, hash-verified

2028class MediumLevelILVarPhi(MediumLevelILInstruction, SetVar, Phi, SSA):
2029 @property
2030 def dest(self) -> SSAVariable:
2031 return self._get_var_ssa(0, 1)
2032
2033 @property
2034 def src(self) -> List[SSAVariable]:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected