MCPcopy Create free account
hub / github.com/TanStack/query / getObserversCount

Method getObserversCount

packages/query-core/src/query.ts:384–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 getObserversCount(): number {
385 return this.observers.length
386 }
387
388 #isInitialPausedFetch(): boolean {
389 return (

Callers 15

isDisabledMethod · 0.95
isStaticMethod · 0.95
isStaleMethod · 0.95
runFunction · 0.80
getQueryStateFunction · 0.80
setupDevtoolsFunction · 0.80
QueryRowFunction · 0.80
QueryDetailsFunction · 0.80
getQueryStatusLabelFunction · 0.80
getStatusRankFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected