MCPcopy 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
647private:
648 int _renew_count;

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected