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

Class

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

Source from the content-addressed store, hash-verified

17export type IsMutatingAccessor = ValueAccessor<number> & { destroy: () => void }
18
19class IsMutatingController extends BaseController<number> {
20 private queryClient: QueryClient | undefined
21 private unsubscribe: (() => void) | undefined
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected