Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ getDefaultOptions
Method
getDefaultOptions
packages/query-core/src/queryClient.ts:453–455 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
451
}
452
453
getDefaultOptions(): DefaultOptions {
454
return
this.#defaultOptions
455
}
456
457
setDefaultOptions(options: DefaultOptions): void {
458
this.#defaultOptions = options
Callers
6
vueQueryPlugin.test.ts
File · 0.80
useBaseQuery
Function · 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