MCPcopy 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
181void CUuidManager::PackUuid(int Id, CPacker *pPacker) const
182{
183 CUuid Uuid = GetUuid(Id);
184 pPacker->AddRaw(&Uuid, sizeof(Uuid));
185}
186
187void CUuidManager::DebugDump() const
188{

Callers 2

RepackMsgFunction · 0.80
RepackMsgFunction · 0.80

Calls 1

AddRawMethod · 0.80

Tested by

no test coverage detected