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

Class

packages/lit-query/src/useMutationState.ts:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38class MutationStateController<TResult> extends BaseController<TResult[]> {
39 private queryClient: QueryClient | undefined
40 private unsubscribe: (() => void) | undefined
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected