| 28 | MasterClientBase::MasterClientBase() {} |
| 29 | |
| 30 | MasterClientBase::~MasterClientBase() {} |
| 31 | |
| 32 | |
| 33 | void MasterClientBase::PutAddrToCache(const std::string &key, const proto::Addr &addr) { |
nothing calls this directly
no outgoing calls
no test coverage detected