Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
const char *CUuidManager::GetName(int Id) const
142
{
143
return m_vNames[GetIndex(Id)].m_pName;
144
}
145
146
int CUuidManager::LookupUuid(CUuid Uuid) const
147
{
Callers
1
UnpackMessageId
Function · 0.45
Calls
1
GetIndex
Function · 0.85
Tested by
no test coverage detected