MCPcopy 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

subscribeMethod · 0.80
computeStateMethod · 0.80
subscribeMethod · 0.80
useMutationStateFunction · 0.80
ContentViewFunction · 0.80

Calls

no outgoing calls

Tested by 2

buildMutationFunction · 0.64
executeMutationFunction · 0.64