()
| 314 | private chunks: string[]; |
| 315 | |
| 316 | constructor() { |
| 317 | this.event = null; |
| 318 | this.data = []; |
| 319 | this.chunks = []; |
| 320 | } |
| 321 | |
| 322 | decode(line: string) { |
| 323 | if (line.endsWith('\r')) { |
nothing calls this directly
no outgoing calls
no test coverage detected