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:289–291 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
287
}
288
289
isFetched() {
290
return
this.state.dataUpdateCount + this.state.errorUpdateCount > 0
291
}
292
293
isStatic(): boolean {
294
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