(self)
| 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]]: |
nothing calls this directly
no test coverage detected