()
| 280 | } |
| 281 | |
| 282 | #clearTimeoutTimer(): void { |
| 283 | if (this.#timeoutId) { |
| 284 | clearTimeout(this.#timeoutId); |
| 285 | this.#timeoutId = undefined; |
| 286 | } |
| 287 | } |
| 288 | |
| 289 | #tryToStartAnother(): boolean { |
| 290 | if (this.#queue.size === 0) { |
no outgoing calls
no test coverage detected