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

Method ToUuid

src/engine/shared/datafile.cpp:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 CUuid ToUuid() const
66 {
67 CUuid Result;
68 for(size_t i = 0; i < std::size(m_aUuid); i++)
69 {
70 uint_to_bytes_be(&Result.m_aData[i * sizeof(int32_t)], m_aUuid[i]);
71 }
72 return Result;
73 }
74};
75
76class CDatafileItemType

Callers 2

GetExternalItemTypeMethod · 0.80
GetInternalItemTypeMethod · 0.80

Calls 1

uint_to_bytes_beFunction · 0.85

Tested by

no test coverage detected