Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ GFlag
Method
GFlag
src/bvar/gflag.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace bvar {
25
26
GFlag::GFlag(const butil::StringPiece& gflag_name) {
27
expose(gflag_name);
28
}
29
30
GFlag::GFlag(const butil::StringPiece& prefix,
31
const butil::StringPiece& gflag_name)
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected