Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ unsubscribe
Function
unsubscribe
packages/vue-query/src/useBaseQuery.ts:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
: reactive(observer.getCurrentResult())
115
116
let
unsubscribe = () => {
117
// noop
118
}
119
120
if
(client.isRestoring) {
121
watch(
Callers
1
useBaseQuery
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected