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

Method getCurrentResult

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

Source from the content-addressed store, hash-verified

257 }
258
259 getCurrentResult(): QueryObserverResult<TData, TError> {
260 return this.#currentResult
261 }
262
263 trackResult(
264 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