Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ IncludedInServerInfo
Method
IncludedInServerInfo
src/engine/server/server.h:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
bool m_Sixup;
202
203
bool IncludedInServerInfo() const
204
{
205
return m_State != STATE_EMPTY && !m_DebugDummy;
206
}
207
};
208
209
IConsole::EAccessLevel ConsoleAccessLevel(int ClientId) const;
Callers
3
CacheServerInfo
Method · 0.80
CacheServerInfoSixup
Method · 0.80
UpdateRegisterServerInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected