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

Function _optimisticResults

packages/solid-query/src/useQueries.ts:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 client().defaultQueryOptions(options as QueryObserverOptions),
206 {
207 get _optimisticResults() {
208 return isRestoring() ? 'isRestoring' : 'optimistic'
209 },
210 },
211 ),
212 ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected