Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ AddrCount
Method
AddrCount
test/brpc_naming_service_unittest.cpp:645–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
643
return _addrs.find(addr) != _addrs.end();
644
}
645
int AddrCount() const { return _addrs.size(); }
646
647
private:
648
int _renew_count;
Callers
1
TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected