()
| 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 | } |
nothing calls this directly
no test coverage detected