* Clear the buffer * NOTE: this does not overwrite the data held in the internal array, just the pointers into * this array
()
| 765 | * this array |
| 766 | */ |
| 767 | clear() { |
| 768 | this.length = 0; |
| 769 | this.writeIndex = 0; |
| 770 | } |
| 771 | } |
no outgoing calls
no test coverage detected