* Returns the current size of accumulated data
()
| 201 | * Returns the current size of accumulated data |
| 202 | */ |
| 203 | get length(): number { |
| 204 | return this.content.length |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Returns whether truncation has occurred |
nothing calls this directly
no outgoing calls
no test coverage detected