(self)
| 1448 | class HighLevelILAssignUnpackMemSsa(HighLevelILInstruction, SSA, Memory): |
| 1449 | @property |
| 1450 | def dest(self) -> List[HighLevelILInstruction]: |
| 1451 | return self.get_expr_list(0, 1) |
| 1452 | |
| 1453 | @property |
| 1454 | def dest_memory(self) -> int: |
nothing calls this directly
no test coverage detected