Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
vueQueryPlugin.test.ts
File · 0.80
useBaseQuery
Function · 0.80
dehydrate
Function · 0.80
hydrate
Function · 0.80
queryClient.test.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected