(self)
| 2388 | class LowLevelILFlagBitSsa(LowLevelILInstruction, SSA): |
| 2389 | @property |
| 2390 | def src(self) -> SSAFlag: |
| 2391 | return self._get_flag_ssa(0, 1) |
| 2392 | |
| 2393 | @property |
| 2394 | def bit(self) -> int: |
nothing calls this directly
no test coverage detected