()
| 173 | } |
| 174 | |
| 175 | destroy() { |
| 176 | if (this.watcher1) { |
| 177 | this.watcher1() |
| 178 | this.watcher1 = null |
| 179 | } |
| 180 | if (this.watcher2) { |
| 181 | this.watcher2() |
| 182 | this.watcher2 = null |
| 183 | } |
| 184 | } |
| 185 | |
| 186 | async transformTo(sort?: 'asc' | 'desc') { |
| 187 | const model = this.editor().getModel()! |
no outgoing calls
no test coverage detected