Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ onUnsubscribe
Method
onUnsubscribe
packages/query-core/src/queryObserver.ts:104–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
protected onUnsubscribe(): void {
105
if
(!this.hasListeners()) {
106
this.destroy()
107
}
108
}
109
110
shouldFetchOnReconnect(): boolean {
111
return
shouldFetchOn(
Callers
nothing calls this directly
Calls
2
destroy
Method · 0.95
hasListeners
Method · 0.80
Tested by
no test coverage detected