(self)
| 2133 | |
| 2134 | @property |
| 2135 | def params(self) -> List[HighLevelILInstruction]: |
| 2136 | return self.get_expr_list(1, 2) |
| 2137 | |
| 2138 | @property |
| 2139 | def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected