Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destroy
Method · 0.95
Calls
2
clearStaleTimeout
Method · 0.95
clearRefetchInterval
Method · 0.95
Tested by
no test coverage detected