Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
CUuid CUuidManager::GetUuid(int Id) const
137
{
138
return m_vNames[GetIndex(Id)].m_Uuid;
139
}
140
141
const char *CUuidManager::GetName(int Id) const
142
{
Callers
4
GetInternalItemType
Method · 0.80
GetExtendedItemTypeIndex
Method · 0.80
FindItem
Method · 0.80
AddExtendedItemType
Method · 0.80
Calls
1
GetIndex
Function · 0.85
Tested by
no test coverage detected