MCPcopy 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

isDisabledMethod · 0.95
createResultMethod · 0.80
streamedQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected