MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ToString

Method ToString

Bcore/src/main/cpp/android-base/logging.cpp:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 }
398
399 std::string ToString() const {
400 return buffer_.str();
401 }
402
403 private:
404 std::ostringstream buffer_;

Callers 1

~LogMessageMethod · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected