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: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
getOptimisticResult
Method · 0.95
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
Calls
no outgoing calls
Tested by
no test coverage detected