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

Method GetName

src/engine/shared/uuid_manager.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141const char *CUuidManager::GetName(int Id) const
142{
143 return m_vNames[GetIndex(Id)].m_pName;
144}
145
146int CUuidManager::LookupUuid(CUuid Uuid) const
147{

Callers 1

UnpackMessageIdFunction · 0.45

Calls 1

GetIndexFunction · 0.85

Tested by

no test coverage detected