(self)
| 1808 | |
| 1809 | @property |
| 1810 | def src(self) -> List['LowLevelILInstruction']: |
| 1811 | return self._get_expr_list(0) |
| 1812 | |
| 1813 | @property |
| 1814 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected