(self)
| 1203 | |
| 1204 | @property |
| 1205 | def cases(self) -> List[HighLevelILInstruction]: |
| 1206 | return self.get_expr_list(2, 3) |
| 1207 | |
| 1208 | @property |
| 1209 | def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected