Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
std::string Variable::get_description() const {
275
std::ostringstream os;
276
describe(os, false);
277
return os.str();
278
}
279
280
#ifdef BAIDU_INTERNAL
281
void Variable::get_value(boost::any* value) const {
Callers
3
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36