(location: LocationIndex[])
| 147 | } |
| 148 | |
| 149 | clear(location: LocationIndex[]) { |
| 150 | this.operations.push({ |
| 151 | operation: 'Clear', |
| 152 | location, |
| 153 | params: {} |
| 154 | }); |
| 155 | return this; |
| 156 | } |
| 157 | |
| 158 | reverse(location: LocationIndex[]) { |
| 159 | this.operations.push({ |
no test coverage detected