Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ IsRconAuthed
Method
IsRconAuthed
src/engine/server/server.cpp:662–665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
660
}
661
662
bool CServer::IsRconAuthed(int ClientId) const
663
{
664
return GetAuthedState(ClientId) != AUTHED_NO;
665
}
666
667
bool CServer::IsRconAuthedAdmin(int ClientId) const
668
{
Callers
9
DoActivityCheck
Method · 0.80
PreProcessMsg
Method · 0.80
OnCallVoteNetMessage
Method · 0.80
IsClientHighBandwidth
Method · 0.80
RateLimitPlayerVote
Method · 0.80
RateLimitPlayerMapVote
Method · 0.80
Snap
Method · 0.80
BanExt
Method · 0.80
ConchainCommandAccessUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected