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

Method getCurrentResult

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

Source from the content-addressed store, hash-verified

252 }
253
254 getCurrentResult(): QueryObserverResult<TData, TError> {
255 return this.#currentResult
256 }
257
258 trackResult(
259 result: QueryObserverResult<TData, TError>,

Callers 15

getOptimisticResultMethod · 0.95
onConnectedMethod · 0.45
onQueryClientChangedMethod · 0.45
readCurrentMethod · 0.45
refreshOptionsMethod · 0.45
syncClientMethod · 0.45
refreshOptionsMethod · 0.45
onConnectedMethod · 0.45
onQueryClientChangedMethod · 0.45
readCurrentMethod · 0.45
refreshOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected