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

Method CServerBrowser

src/engine/client/serverbrowser.cpp:60–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60CServerBrowser::CServerBrowser() :
61 m_CommunityCache(this),
62 m_CountriesFilter(&m_CommunityCache),
63 m_TypesFilter(&m_CommunityCache)
64{
65 m_NeedResort = false;
66 m_Sorthash = 0;
67
68 m_ServerlistType = 0;
69 m_BroadcastTime = 0;
70 secure_random_fill(m_aTokenSeed, sizeof(m_aTokenSeed));
71
72 CleanUp();
73}
74
75CServerBrowser::~CServerBrowser()
76{

Callers

nothing calls this directly

Calls 1

secure_random_fillFunction · 0.85

Tested by

no test coverage detected