(self)
| 1827 | |
| 1828 | @property |
| 1829 | def src(self) -> List['LowLevelILInstruction']: |
| 1830 | return self._get_expr_list(0) |
| 1831 | |
| 1832 | @property |
| 1833 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected