| 26 | thread_local map<std::string, std::pair<proto::Addr, uint64_t>> MasterClientBase::addr_cache_; |
| 27 | |
| 28 | MasterClientBase::MasterClientBase() {} |
| 29 | |
| 30 | MasterClientBase::~MasterClientBase() {} |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected