MCPcopy Create free account
hub / github.com/COW-dev/ddingdong-fe / ClientQueryProvider

Function ClientQueryProvider

apps/web/app/_api/ClientQueryProvider.tsx:24–29  ·  view source on GitHub ↗
({ children }: PropsWithChildren)

Source from the content-addressed store, hash-verified

22};
23
24export const ClientQueryProvider = ({ children }: PropsWithChildren) => {
25 const queryClient = getQueryClient();
26 return (
27 <QueryClientProvider client={queryClient}>{children}</QueryClientProvider>
28 );
29};

Callers

nothing calls this directly

Calls 1

getQueryClientFunction · 0.85

Tested by

no test coverage detected