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

Method do_begin

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

Source from the content-addressed store, hash-verified

7struct StringLogStream : public LogStream {
8 StringLogStream() : LogStream(stringbuf) {}
9 virtual void do_begin() noexcept override {
10 begin_times++;
11 }
12 virtual void do_end() noexcept override {
13 end_times++;
14 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected