Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ PackUuid
Method
PackUuid
src/engine/shared/uuid_manager.cpp:181–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void CUuidManager::PackUuid(int Id, CPacker *pPacker) const
182
{
183
CUuid Uuid = GetUuid(Id);
184
pPacker->AddRaw(&Uuid, sizeof(Uuid));
185
}
186
187
void CUuidManager::DebugDump() const
188
{
Callers
2
RepackMsg
Function · 0.80
RepackMsg
Function · 0.80
Calls
1
AddRaw
Method · 0.80
Tested by
no test coverage detected