MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetBestUrl

Method GetBestUrl

src/engine/client/serverbrowser_http.cpp:314–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

GetBestUrlMethod · 0.45

Tested by

no test coverage detected