MCPcopy 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

24namespace bvar {
25
26GFlag::GFlag(const butil::StringPiece& gflag_name) {
27 expose(gflag_name);
28}
29
30GFlag::GFlag(const butil::StringPiece& prefix,
31 const butil::StringPiece& gflag_name)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected