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

Function changeId

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

Source from the content-addressed store, hash-verified

4584 function App() {
4585 const [id, setId] = createSignal(1)
4586 const changeId = () => setId((x) => x + 1)
4587
4588 return (
4589 <div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected