MCPcopy Create free account
hub / github.com/apache/brpc / clear

Function clear

src/butil/logging.cc:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469struct BAIDU_CACHELINE_ALIGNMENT LogInfo {
470 ~LogInfo() = default;
471 void clear() {
472 file.clear();
473 func.clear();
474 content.clear();
475 }
476
477 std::string file;
478 std::string func;

Callers 6

operator=Method · 0.70
~IOBufMethod · 0.70
FlushMethod · 0.70
pop_frontMethod · 0.70
pop_backMethod · 0.70
clearMethod · 0.70

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected