Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
from
Method · 0.80
map
Method · 0.45
values
Method · 0.45
Tested by
no test coverage detected