MCPcopy Index your code
hub / github.com/TanStack/query / IsMutating

Function IsMutating

packages/solid-query/src/__tests__/useIsMutating.test.tsx:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 const queryClient = new QueryClient()
26
27 function IsMutating() {
28 const isMutating = useIsMutating()
29
30 createRenderEffect(() => {
31 isMutatingArray.push(isMutating())
32 })
33
34 return null
35 }
36
37 function Mutations() {
38 const { mutate: mutate1 } = useMutation(() => ({

Callers

nothing calls this directly

Calls 1

useIsMutatingFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…