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

Function defaultShouldDehydrateQuery

packages/query-core/src/hydration.ts:150–152  ·  view source on GitHub ↗
(query: Query)

Source from the content-addressed store, hash-verified

148}
149
150export function defaultShouldDehydrateQuery(query: Query) {
151 return query.state.status === 'success'
152}
153
154export function dehydrate(
155 client: QueryClient,

Callers 4

makeQueryClientFunction · 0.85
makeQueryClientFunction · 0.85
makeQueryClientFunction · 0.85
makeQueryClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected