MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / hex

Method hex

source/core/StarUuid.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27String Uuid::hex() const {
28 return hexEncode(m_data.ptr(), UuidSize);
29}
30
31bool Uuid::operator==(Uuid const& u) const {
32 return m_data == u.m_data;

Callers 15

dismissCompanionMethod · 0.80
printWorldIdFunction · 0.80
StarWarping.cppFile · 0.80
printWarpActionFunction · 0.80
fetchTeamStatusMethod · 0.80
inviteMethod · 0.80
pollInvitationMethod · 0.80
writeJsonMethod · 0.80
handleIncomingPacketsMethod · 0.80
jsonFromSystemLocationFunction · 0.80
systemObjectConfigMethod · 0.80
diskStoreMethod · 0.80

Calls 2

hexEncodeFunction · 0.85
ptrMethod · 0.45

Tested by

no test coverage detected