MCPcopy Create free account
hub / github.com/TanStack/query / getMutationCache

Method getMutationCache

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

Source from the content-addressed store, hash-verified

535 }
536
537 getMutationCache(): MutationCache {
538 return this.#mutationCache
539 }
540
541 getDefaultOptions(): DefaultOptions {
542 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