MCPcopy 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
662bool CServer::IsRconAuthed(int ClientId) const
663{
664 return GetAuthedState(ClientId) != AUTHED_NO;
665}
666
667bool CServer::IsRconAuthedAdmin(int ClientId) const
668{

Callers 9

DoActivityCheckMethod · 0.80
PreProcessMsgMethod · 0.80
OnCallVoteNetMessageMethod · 0.80
IsClientHighBandwidthMethod · 0.80
RateLimitPlayerVoteMethod · 0.80
SnapMethod · 0.80
BanExtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected