(self)
| 2329 | class HighLevelILForceVerSsa(HighLevelILInstruction, SSA): |
| 2330 | @property |
| 2331 | def dest(self) -> 'mediumlevelil.SSAVariable': |
| 2332 | return self.get_var_ssa(0, 1) |
| 2333 | |
| 2334 | @property |
| 2335 | def src(self) -> 'mediumlevelil.SSAVariable': |
nothing calls this directly
no test coverage detected