Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ isFetched
Method
isFetched
packages/query-core/src/query.ts:287–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
isFetched() {
288
return
this.state.dataUpdateCount + this.state.errorUpdateCount > 0
289
}
290
291
isStatic(): boolean {
292
if
(this.getObserversCount() > 0) {
Callers
4
isDisabled
Method · 0.95
inject-query.test.ts
File · 0.80
createResult
Method · 0.80
streamedQuery
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected