Gets the text streamed to this object so far as a String. Each '\0' character in the buffer is replaced with "\\0". INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
| 8681 | // |
| 8682 | // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. |
| 8683 | internal::String GetString() const { |
| 8684 | return internal::StringStreamToString(ss_.get()); |
| 8685 | } |
| 8686 | |
| 8687 | private: |
| 8688 |
nothing calls this directly
no test coverage detected