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

Method is_hidden

src/bvar/variable.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183bool Variable::is_hidden() const {
184 return _name.empty();
185}
186
187bool Variable::hide() {
188 if (_name.empty()) {

Callers 1

TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.64