| 312 | bool IsError() const override { return m_State == STATE_NO_MASTER; } |
| 313 | void Refresh() override; |
| 314 | bool GetBestUrl(const char **pBestUrl) const override { return m_pChooseMaster->GetBestUrl(pBestUrl); } |
| 315 | |
| 316 | int NumServers() const override |
| 317 | { |
nothing calls this directly
no test coverage detected