* Returns the current summary buffer as a string * * @returns {string} string of summary buffer
()
| 742 | * @returns {string} string of summary buffer |
| 743 | */ |
| 744 | stringify() { |
| 745 | return this._buffer; |
| 746 | } |
| 747 | /** |
| 748 | * If the summary buffer is empty |
| 749 | * |
no outgoing calls
no test coverage detected