Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/query
/ unsubscribe
Function
unsubscribe
packages/vue-query/src/useQueries.ts:315–317 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
const
state = shallowRef(getOptimisticResult())
314
315
let
unsubscribe = () => {
316
// noop
317
}
318
319
if
(client.isRestoring) {
320
watch(
Callers
6
useMutation
Function · 0.70
useMutationState
Function · 0.70
useQueries
Function · 0.70
useIsFetching
Function · 0.70
createBaseQuery
Function · 0.50
injectMutation
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…