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

Method getCurrentResult

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

Source from the content-addressed store, hash-verified

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

Callers 15

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
onConnectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected