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

Method IsRefreshing

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

Source from the content-addressed store, hash-verified

59 bool GetBestUrl(const char **pBestUrl) const;
60 void Reset();
61 bool IsRefreshing() const { return m_pJob && !m_pJob->Done(); }
62 void Refresh();
63
64private:

Callers 1

UpdateMethod · 0.45

Calls 1

DoneMethod · 0.45

Tested by

no test coverage detected