MCPcopy 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

CacheServerInfoMethod · 0.80
CacheServerInfoSixupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected