MCPcopy Create free account
hub / github.com/android/ndk-samples / ToString

Method ToString

base/src/main/cpp/logging.cpp:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 std::ostream& GetBuffer() { return buffer_; }
211
212 std::string ToString() const { return buffer_.str(); }
213
214 private:
215 std::ostringstream buffer_;

Callers 1

~LogMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected