MCPcopy Create free account
hub / github.com/TanStack/query / #updateTimers

Method #updateTimers

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

Source from the content-addressed store, hash-verified

430 }
431
432 #updateTimers(): void {
433 this.#updateStaleTimeout()
434 this.#updateRefetchInterval(this.#computeRefetchInterval())
435 }
436
437 #clearStaleTimeout(): void {
438 if (this.#staleTimeoutId !== undefined) {

Callers 2

onSubscribeMethod · 0.95
onQueryUpdateMethod · 0.95

Calls 3

#updateStaleTimeoutMethod · 0.95

Tested by

no test coverage detected