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

Method var

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

Source from the content-addressed store, hash-verified

1574
1575 @property
1576 def var(self) -> SSAVariable:
1577 return self._get_var_ssa(0, 1)
1578
1579 @property
1580 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected