MCPcopy Create free account
hub / github.com/TanStack/db / fetchStatus

Method fetchStatus

packages/query-db-collection/src/query.ts:345–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 }
344
345 public get fetchStatus(): Array<FetchStatus> {
346 return Array.from(this.state.observers.values()).map(
347 (observer) => observer.getCurrentResult().fetchStatus,
348 )
349 }
350}
351
352/**

Callers

nothing calls this directly

Calls 3

fromMethod · 0.80
mapMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected