| 138 | * the beginning of the output. |
| 139 | */ |
| 140 | export class EndTruncatingAccumulator { |
| 141 | private content: string = '' |
| 142 | private isTruncated = false |
| 143 | private totalBytesReceived = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected