(self)
| 1844 | |
| 1845 | @property |
| 1846 | def src_memory(self) -> List[int]: |
| 1847 | return self._get_int_list(1) |
| 1848 | |
| 1849 | @property |
| 1850 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected