MCPcopy Index your code
hub / github.com/TanStack/query / #updateTimers

Method #updateTimers

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

Source from the content-addressed store, hash-verified

407 }
408
409 #updateTimers(): void {
410 this.#updateStaleTimeout()
411 this.#updateRefetchInterval(this.#computeRefetchInterval())
412 }
413
414 #clearStaleTimeout(): void {
415 if (this.#staleTimeoutId) {

Callers 2

onSubscribeMethod · 0.95
onQueryUpdateMethod · 0.95

Calls 3

#updateStaleTimeoutMethod · 0.95

Tested by

no test coverage detected