Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
export
function
defaultShouldDehydrateQuery(query: Query) {
151
return
query.state.status ===
'success'
152
}
153
154
export
function
dehydrate(
155
client: QueryClient,
Callers
4
makeQueryClient
Function · 0.85
makeQueryClient
Function · 0.85
makeQueryClient
Function · 0.85
makeQueryClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected