MCPcopy 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
87bool GFlag::set_value(const char* value) {
88 return !GFLAGS_NAMESPACE::SetCommandLineOption(gflag_name().c_str(), value).empty();
89}
90
91} // namespace bvar

Callers 4

senderFunction · 0.45
EchoMethod · 0.45
senderFunction · 0.45
EchoMethod · 0.45

Calls 2

emptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected