MCPcopy Create free account
hub / github.com/SvelteStack/svelte-query / updateTimers

Method updateTimers

src/queryCore/core/queryObserver.ts:439–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437 }
438
439 private updateTimers(): void {
440 this.updateStaleTimeout()
441 this.updateRefetchInterval(this.computeRefetchInterval())
442 }
443
444 private clearTimers(): void {
445 this.clearStaleTimeout()

Callers 2

onSubscribeMethod · 0.95
onQueryUpdateMethod · 0.95

Calls 3

updateStaleTimeoutMethod · 0.95
updateRefetchIntervalMethod · 0.95

Tested by

no test coverage detected