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

Method member_index

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

Source from the content-addressed store, hash-verified

1682
1683 @property
1684 def member_index(self) -> Optional[int]:
1685 return self.get_member_index(3)
1686
1687 @property
1688 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