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

Function createMissingQueryClientError

packages/lit-query/src/context.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80export function createMissingQueryClientError(): Error {
81 return new Error(missingQueryClientMessage)
82}
83
84function createAmbiguousQueryClientError(): Error {
85 return new Error(ambiguousQueryClientMessage)

Callers 15

createPendingQueryResultFunction · 0.85
QueryControllerClass · 0.85
defaultOptionsMethod · 0.85
willUpdateMethod · 0.85
requireClientMethod · 0.85
useQueryClientFunction · 0.85
readResolvedOptionsMethod · 0.85
defaultOptionsMethod · 0.85
createIdleMutationResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected