MCPcopy
hub / github.com/TanStack/query / getDefaultOptions

Method getDefaultOptions

packages/query-core/src/queryClient.ts:465–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 }
464
465 getDefaultOptions(): DefaultOptions {
466 return this.#defaultOptions
467 }
468
469 setDefaultOptions(options: DefaultOptions): void {
470 this.#defaultOptions = options

Callers 5

useBaseQueryFunction · 0.80
dehydrateFunction · 0.80
hydrateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected