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

Method get_description

src/bvar/variable.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274std::string Variable::get_description() const {
275 std::ostringstream os;
276 describe(os, false);
277 return os.str();
278}
279
280#ifdef BAIDU_INTERNAL
281void Variable::get_value(boost::any* value) const {

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36