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

Method member_index

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

Source from the content-addressed store, hash-verified

1637
1638 @property
1639 def member_index(self) -> Optional[int]:
1640 return self.get_member_index(2)
1641
1642 @property
1643 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_member_indexMethod · 0.80

Tested by

no test coverage detected