()
| 482 | } |
| 483 | |
| 484 | private resetParserState(): void { |
| 485 | this.buffer = ''; |
| 486 | this.protocolError = null; |
| 487 | } |
| 488 | |
| 489 | private rejectAllPending(error: Error): void { |
| 490 | for (const { reject, cleanup } of this.pending.values()) { |
no outgoing calls
no test coverage detected