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

Method do_end

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

Source from the content-addressed store, hash-verified

10 begin_times++;
11 }
12 virtual void do_end() noexcept override {
13 end_times++;
14 }
15
16 ::std::stringbuf stringbuf;
17 size_t begin_times {0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected