Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
469
struct 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
~IOBuf
Method · 0.70
Flush
Method · 0.70
pop_front
Method · 0.70
pop_back
Method · 0.70
clear
Method · 0.70
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected