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

Method GetUuid

src/engine/shared/uuid_manager.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136CUuid CUuidManager::GetUuid(int Id) const
137{
138 return m_vNames[GetIndex(Id)].m_Uuid;
139}
140
141const char *CUuidManager::GetName(int Id) const
142{

Callers 4

GetInternalItemTypeMethod · 0.80
FindItemMethod · 0.80
AddExtendedItemTypeMethod · 0.80

Calls 1

GetIndexFunction · 0.85

Tested by

no test coverage detected