Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ destroy
Method
destroy
packages/query-core/src/query.ts:258–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
destroy(): void {
259
super.destroy()
260
261
this.cancel({ silent: true })
262
}
263
264
reset(): void {
265
this.destroy()
Callers
5
reset
Method · 0.95
pending-tasks.test.ts
File · 0.45
inject-devtools-panel.test.ts
File · 0.45
remove
Method · 0.45
queryClient.test.tsx
File · 0.45
Calls
1
cancel
Method · 0.95
Tested by
no test coverage detected