(self)
| 3026 | class MediumLevelILAssertSsa(MediumLevelILInstruction, SSA): |
| 3027 | @property |
| 3028 | def src(self) -> SSAVariable: |
| 3029 | return self._get_var_ssa(0, 1) |
| 3030 | |
| 3031 | @property |
| 3032 | def constraint(self) -> variable.PossibleValueSet: |
nothing calls this directly
no test coverage detected