MCPcopy Index your code
hub / github.com/TanStack/query / SecondQuery

Function SecondQuery

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

Source from the content-addressed store, hash-verified

96 }
97
98 function SecondQuery() {
99 useQuery(() => ({
100 queryKey: key2,
101 queryFn: () => sleep(200).then(() => 'data'),
102 }))
103
104 return null
105 }
106
107 function Page() {
108 const [renderSecond, setRenderSecond] = createSignal(false)

Callers

nothing calls this directly

Calls 2

sleepFunction · 0.90
useQueryFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…