MCPcopy Index your code
hub / github.com/TanStack/query / onQueryUpdate

Method onQueryUpdate

packages/query-core/src/queryObserver.ts:721–727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

719 }
720
721 onQueryUpdate(): void {
722 this.updateResult()
723
724 if (this.hasListeners()) {
725 this.#updateTimers()
726 }
727 }
728
729 #notify(notifyOptions: { listeners: boolean }): void {
730 notifyManager.batch(() => {

Callers 1

#dispatchMethod · 0.80

Calls 3

updateResultMethod · 0.95
#updateTimersMethod · 0.95
hasListenersMethod · 0.80

Tested by

no test coverage detected