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

Method dest

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

Source from the content-addressed store, hash-verified

2072class MediumLevelILSetVarSsa(MediumLevelILInstruction, SetVar, SSA):
2073 @property
2074 def dest(self) -> SSAVariable:
2075 return self._get_var_ssa(0, 1)
2076
2077 @property
2078 def src(self) -> MediumLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected