MCPcopy 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

scheduleGcMethod · 0.95
destroyMethod · 0.95
addObserverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected