Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SvelteStack/svelte-query
/ clearGcTimeout
Method
clearGcTimeout
src/queryCore/core/query.ts:214–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
}
213
214
private clearGcTimeout() {
215
clearTimeout(this.gcTimeout)
216
this.gcTimeout = undefined
217
}
218
219
private optionalRemove() {
220
if
(!this.observers.length) {
Callers
3
scheduleGc
Method · 0.95
destroy
Method · 0.95
addObserver
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected