* Clears all accumulated data
()
| 192 | * Clears all accumulated data |
| 193 | */ |
| 194 | clear(): void { |
| 195 | this.content = '' |
| 196 | this.isTruncated = false |
| 197 | this.totalBytesReceived = 0 |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Returns the current size of accumulated data |
nothing calls this directly
no outgoing calls
no test coverage detected