MCPcopy
hub / github.com/TanStack/query / getCurrentResult

Method getCurrentResult

packages/query-core/src/queryObserver.ts:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 getCurrentResult(): QueryObserverResult<TData, TError> {
261 return this.#currentResult
262 }
263
264 trackResult(
265 result: QueryObserverResult<TData, TError>,

Callers 15

useBaseQueryFunction · 0.45
updaterFunction · 0.45
runFunction · 0.45
useBaseQueryFunction · 0.45
useMutationFunction · 0.45
useQueriesFunction · 0.45
injectMutationFunction · 0.45
isStaleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected