MCPcopy Create free account
hub / github.com/TanStack/query / clearGcTimeout

Function clearGcTimeout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

clearTimeoutMethod · 0.80

Tested by

no test coverage detected