Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onConnected
Method · 0.45
onQueryClientChanged
Method · 0.45
readCurrent
Method · 0.45
refreshOptions
Method · 0.45
syncClient
Method · 0.45
refreshOptions
Method · 0.45
getCurrentObserverResults
Method · 0.45
onConnected
Method · 0.45
onQueryClientChanged
Method · 0.45
readCurrent
Method · 0.45
refreshOptions
Method · 0.45
onConnected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected