(self)
| 1550 | |
| 1551 | @property |
| 1552 | def member_index(self) -> Optional[int]: |
| 1553 | return self.get_member_index(2) |
| 1554 | |
| 1555 | @property |
| 1556 | def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected