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

Function getSsrQueryControllerCreationCount

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

Source from the content-addressed store, hash-verified

24}
25
26export function getSsrQueryControllerCreationCount(
27 queryClient: QueryClient,
28): number {
29 return ssrQueryControllerCreationCounts.get(queryClient) ?? 0
30}
31
32export class SsrApp extends LitElement {
33 static properties = {

Callers 1

renderPageFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected