MCPcopy
hub / github.com/xpf0000/FlyEnv / destroy

Method destroy

src/render/components/Tools/CodePlayground/setup.ts:175–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()!

Callers 15

taskConfirmFunction · 0.45
taskCancelFunction · 0.45
onConfirmMethod · 0.45
onCancelMethod · 0.45
taskConfirmFunction · 0.45
taskCancelFunction · 0.45
taskConfirmFunction · 0.45
taskCancelFunction · 0.45
taskConfirmFunction · 0.45
taskCancelFunction · 0.45
taskConfirmFunction · 0.45
taskCancelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected