Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ getMutationCache
Method
getMutationCache
packages/query-core/src/queryClient.ts:449–451 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
447
}
448
449
getMutationCache(): MutationCache {
450
return
this.#mutationCache
451
}
452
453
getDefaultOptions(): DefaultOptions {
454
return
this.#defaultOptions
Callers
15
subscribe
Method · 0.80
computeState
Method · 0.80
subscribe
Method · 0.80
counters-and-state.test.ts
File · 0.80
client-switch-controllers.test.ts
File · 0.80
mutation-controller.test.ts
File · 0.80
useMutationState
Function · 0.80
mutationOptions.test.ts
File · 0.80
useMutation.test.ts
File · 0.80
ContentView
Function · 0.80
setupMutationCacheSubscription
Function · 0.80
createSubscribeToMutationCacheBatcher
Function · 0.80
Calls
no outgoing calls
Tested by
2
buildMutation
Function · 0.64
executeMutation
Function · 0.64