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

Function IsMutating

packages/preact-query/src/__tests__/mutationOptions.test.tsx:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

useIsMutatingFunction · 0.50

Tested by

no test coverage detected