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