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

Method high

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

Source from the content-addressed store, hash-verified

2396class MediumLevelILSetVarSplitSsa(MediumLevelILInstruction, SetVar, SSA):
2397 @property
2398 def high(self) -> SSAVariable:
2399 return self._get_var_ssa(0, 1)
2400
2401 @property
2402 def low(self) -> SSAVariable:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected