Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reset
Method · 0.95
remove
Method · 0.45
Calls
2
clearGcTimeout
Method · 0.95
cancel
Method · 0.95
Tested by
no test coverage detected