(self)
| 1743 | |
| 1744 | @property |
| 1745 | def src(self) -> SSARegisterStack: |
| 1746 | return self._get_reg_stack_ssa(0, 2) |
| 1747 | |
| 1748 | @property |
| 1749 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected