MCPcopy Create free account
hub / github.com/baidu/babylon / StringLogStream

Method StringLogStream

test/logging/test_log_stream.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7struct StringLogStream : public LogStream {
8 StringLogStream() : LogStream(stringbuf) {}
9 virtual void do_begin() noexcept override {
10 begin_times++;
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected