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

Class

packages/query-core/src/mutationCache.ts:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91// CLASS
92
93export class MutationCache extends Subscribable<MutationCacheListener> {
94 #mutations: Set<Mutation<any, any, any, any>>
95 #scopes: Map<string, Array<Mutation<any, any, any, any>>>
96 #mutationId: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected