MCPcopy
hub / github.com/TanStack/query / unsubscribe

Function unsubscribe

packages/vue-query/src/useBaseQuery.ts:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 : reactive(observer.getCurrentResult())
111
112 let unsubscribe = () => {
113 // noop
114 }
115
116 if (client.isRestoring) {
117 watch(

Callers 1

useBaseQueryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…