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

Method getMutationCache

packages/query-core/src/queryClient.ts:461–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 }
460
461 getMutationCache(): MutationCache {
462 return this.#mutationCache
463 }
464
465 getDefaultOptions(): DefaultOptions {
466 return this.#defaultOptions

Callers 15

useMutationStateFunction · 0.80
ContentViewFunction · 0.80
useMutationStateFunction · 0.80
injectMutationStateFunction · 0.80
injectIsMutatingFunction · 0.80
persist.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

executeMutationFunction · 0.64