* Returns the current summary buffer as a string * * @returns {string} string of summary buffer
()
| 19626 | * @returns {string} string of summary buffer |
| 19627 | */ |
| 19628 | stringify() { |
| 19629 | return this._buffer; |
| 19630 | } |
| 19631 | /** |
| 19632 | * If the summary buffer is empty |
| 19633 | * |
no outgoing calls