Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ getObserversCount
Method
getObserversCount
packages/query-core/src/query.ts:377–379 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
375
}
376
377
getObserversCount(): number {
378
return
this.observers.length
379
}
380
381
invalidate(): void {
382
if
(!this.state.isInvalidated) {
Callers
13
isDisabled
Method · 0.95
isStatic
Method · 0.95
isStale
Method · 0.95
getQueryState
Function · 0.80
setupDevtools
Function · 0.80
QueryRow
Function · 0.80
QueryDetails
Function · 0.80
getQueryStatusLabel
Function · 0.80
getStatusRank
Function · 0.80
useSuspenseQuery.test.tsx
File · 0.80
suspense.test.tsx
File · 0.80
useQuery.test.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected