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

Method src

python/highlevelil.py:2311–2312  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2309class HighLevelILAssertSsa(HighLevelILInstruction, SSA):
2310 @property
2311 def src(self) -> 'mediumlevelil.SSAVariable':
2312 return self.get_var_ssa(0, 1)
2313
2314 @property
2315 def constraint(self) -> variable.PossibleValueSet:

Callers

nothing calls this directly

Calls 1

get_var_ssaMethod · 0.80

Tested by

no test coverage detected