MCPcopy Create free account
hub / github.com/SvelteStack/svelte-query / destroy

Method destroy

src/queryCore/core/query.ts:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 destroy(): void {
272 this.clearGcTimeout()
273 this.cancel({ silent: true })
274 }
275
276 reset(): void {
277 this.destroy()

Callers 2

resetMethod · 0.95
removeMethod · 0.45

Calls 2

clearGcTimeoutMethod · 0.95
cancelMethod · 0.95

Tested by

no test coverage detected