* Returns whether truncation has occurred
()
| 208 | * Returns whether truncation has occurred |
| 209 | */ |
| 210 | get truncated(): boolean { |
| 211 | return this.isTruncated |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * Returns total bytes received (before truncation) |
nothing calls this directly
no outgoing calls
no test coverage detected