MCPcopy
hub / github.com/TanStack/query / IsMutating

Function IsMutating

packages/react-query/src/__tests__/mutationOptions.test.tsx:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 })
43
44 function IsMutating() {
45 const isMutating = useIsMutating()
46
47 isMutatingArray.push(isMutating)
48
49 return null
50 }
51
52 function Mutation() {
53 const { mutate } = useMutation(mutationOpts)

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…