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

Function One

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

Source from the content-addressed store, hash-verified

130 const isFetchingArray: Array<number> = []
131
132 function One() {
133 useQuery(() => ({
134 queryKey: key1,
135 queryFn: () => sleep(10).then(() => 'test'),
136 }))
137
138 return null
139 }
140
141 function Two() {
142 useQuery(() => ({

Callers

nothing calls this directly

Calls 2

sleepFunction · 0.90
useQueryFunction · 0.50

Tested by

no test coverage detected