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

Method clearTimers

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

Source from the content-addressed store, hash-verified

442 }
443
444 private clearTimers(): void {
445 this.clearStaleTimeout()
446 this.clearRefetchInterval()
447 }
448
449 private clearStaleTimeout(): void {
450 clearTimeout(this.staleTimeoutId)

Callers 1

destroyMethod · 0.95

Calls 2

clearStaleTimeoutMethod · 0.95
clearRefetchIntervalMethod · 0.95

Tested by

no test coverage detected