(self)
| 2370 | class LowLevelILSetFlagSsa(LowLevelILInstruction, SSA): |
| 2371 | @property |
| 2372 | def dest(self) -> SSAFlag: |
| 2373 | return self._get_flag_ssa(0, 1) |
| 2374 | |
| 2375 | @property |
| 2376 | def src(self) -> LowLevelILInstruction: |
nothing calls this directly
no test coverage detected