(self)
| 2097 | |
| 2098 | @property |
| 2099 | def params(self) -> List[HighLevelILInstruction]: |
| 2100 | return self.get_expr_list(1, 2) |
| 2101 | |
| 2102 | @property |
| 2103 | def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected