Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetServerInfo
Method
GetServerInfo
src/engine/client/client.cpp:859–862 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
}
858
859
void CClient::GetServerInfo(CServerInfo *pServerInfo) const
860
{
861
mem_copy(pServerInfo, &m_CurrentServerInfo, sizeof(m_CurrentServerInfo));
862
}
863
864
void CClient::ServerInfoRequest()
865
{
Callers
4
OnNewSnapshot
Method · 0.80
FormatStats
Method · 0.80
RenderServerInfo
Method · 0.80
HandleWriterFinishJobs
Method · 0.80
Calls
1
mem_copy
Function · 0.85
Tested by
no test coverage detected