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

Function inc

packages/solid-query/src/__tests__/useQuery.test.tsx:4033–4035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4031 const [forceValue, setForceValue] = createSignal(1)
4032
4033 const inc = () => {
4034 setCount((prev) => prev + 1)
4035 }
4036
4037 const forceUpdate = () => {
4038 setForceValue((prev) => prev + 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected