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

Function resetSsrQueryControllerCreationCount

examples/lit/ssr/src/app.ts:20–24  ·  view source on GitHub ↗
(
  queryClient: QueryClient,
)

Source from the content-addressed store, hash-verified

18}
19
20export function resetSsrQueryControllerCreationCount(
21 queryClient: QueryClient,
22): void {
23 ssrQueryControllerCreationCounts.set(queryClient, 0)
24}
25
26export function getSsrQueryControllerCreationCount(
27 queryClient: QueryClient,

Callers 1

renderPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected