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

Method src

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

Source from the content-addressed store, hash-verified

1996
1997 @property
1998 def src(self) -> List[SSAVariable]:
1999 return self._get_expr_list(1, 2)
2000
2001 @property
2002 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected