MCPcopy Create free account
hub / github.com/Donnadieu/Epstein-File-Explorer / queryClient.ts

File queryClient.ts

client/src/lib/queryClient.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { QueryClient, QueryFunction } from "@tanstack/react-query";
2
3async function throwIfResNotOk(res: Response) {
4 if (!res.ok) {

Callers

nothing calls this directly

Calls 1

getQueryFnFunction · 0.85

Tested by

no test coverage detected