Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ CancelCount
Method
CancelCount
test/brpc_naming_service_unittest.cpp:640–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
639
int RenewCount() const { return _renew_count; }
640
int CancelCount() const { return _cancel_count; }
641
642
bool HasAddr(const std::string& addr) const {
643
return _addrs.find(addr) != _addrs.end();
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected