Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ set_value
Method
set_value
src/bvar/gflag.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool GFlag::set_value(const char* value) {
88
return !GFLAGS_NAMESPACE::SetCommandLineOption(gflag_name().c_str(), value).empty();
89
}
90
91
} // namespace bvar
Callers
4
sender
Function · 0.45
Echo
Method · 0.45
sender
Function · 0.45
Echo
Method · 0.45
Calls
2
empty
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected