MCPcopy Create free account
hub / github.com/ddnet/ddnet / KeyIdent

Method KeyIdent

src/engine/server/authmanager.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165const char *CAuthManager::KeyIdent(int Slot) const
166{
167 if(Slot < 0 || Slot >= (int)m_vKeys.size())
168 return nullptr;
169 return m_vKeys[Slot].m_aIdent;
170}
171
172bool CAuthManager::IsValidIdent(const char *pIdent) const
173{

Callers 5

GetAuthNameMethod · 0.80
CheckReservedSlotAuthMethod · 0.80
OnNetMsgRconAuthMethod · 0.80
ConStatusMethod · 0.80
LogoutClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected