(self)
| 1789 | |
| 1790 | @property |
| 1791 | def src(self) -> List['LowLevelILInstruction']: |
| 1792 | return self._get_expr_list(0) |
| 1793 | |
| 1794 | @property |
| 1795 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected