| 91 | // CLASS |
| 92 | |
| 93 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected