* Resets the summary buffer without writing to summary file * * @returns {Summary} summary instance
()
| 19642 | * @returns {Summary} summary instance |
| 19643 | */ |
| 19644 | emptyBuffer() { |
| 19645 | this._buffer = ""; |
| 19646 | return this; |
| 19647 | } |
| 19648 | /** |
| 19649 | * Adds raw text to the summary buffer |
| 19650 | * |