| 36 | } |
| 37 | |
| 38 | class MutationStateController<TResult> extends BaseController<TResult[]> { |
| 39 | private queryClient: QueryClient | undefined |
| 40 | private unsubscribe: (() => void) | undefined |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected