MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / getQueryClient

Function getQueryClient

src/query-client-config.ts:99–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97};
98
99export const getQueryClient = () =>
100 activeQueryClient ?? getDefaultQueryClient();
101
102export const setQueryClient = (client?: QueryClient | null) => {
103 activeQueryClient = client ?? getDefaultQueryClient();

Calls 1

getDefaultQueryClientFunction · 0.85

Tested by

no test coverage detected