()
| 172 | } |
| 173 | |
| 174 | #clearHideTimer(): void { |
| 175 | if (this.#hideTimer) { |
| 176 | clearTimeout(this.#hideTimer) |
| 177 | this.#hideTimer = null |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Tear down the watcher, timers, and in-process subscription. Called when |
no outgoing calls
no test coverage detected