Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
bool Variable::is_hidden() const {
184
return _name.empty();
185
}
186
187
bool Variable::hide() {
188
if (_name.empty()) {
Callers
1
TEST_F
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST_F
Function · 0.64