MCPcopy Index your code
hub / github.com/TanStack/query / clearGcTimeout

Function clearGcTimeout

packages/query-core/src/removable.ts:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 protected clearGcTimeout() {
32 if (this.#gcTimeout) {
33 timeoutManager.clearTimeout(this.#gcTimeout)
34 this.#gcTimeout = undefined
35 }
36 }
37
38 protected abstract optionalRemove(): void
39}

Callers

nothing calls this directly

Calls 1

clearTimeoutMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…