Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ errorCount
Method
errorCount
packages/query-db-collection/src/query.ts:309–311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
307
}
308
309
public get errorCount() {
310
return
this.state.errorCount
311
}
312
313
// Getters for QueryObserver state
314
public get isFetching() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected