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

Function CommunityAddressKey

src/engine/client/serverbrowser.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static NETADDR CommunityAddressKey(const NETADDR &Addr)
54{
55 NETADDR AddressKey = Addr;
56 AddressKey.type &= ~NETTYPE_TW7;
57 return AddressKey;
58}
59
60CServerBrowser::CServerBrowser() :
61 m_CommunityCache(this),

Callers 3

UpdateFromHttpMethod · 0.85
LoadDDNetServersMethod · 0.85
UpdateServerCommunityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected