Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
String Uuid::hex() const {
28
return hexEncode(m_data.ptr(), UuidSize);
29
}
30
31
bool Uuid::operator==(Uuid const& u) const {
32
return m_data == u.m_data;
Callers
15
dismissCompanion
Method · 0.80
printWorldId
Function · 0.80
StarWarping.cpp
File · 0.80
printWarpAction
Function · 0.80
fetchTeamStatus
Method · 0.80
invite
Method · 0.80
pollInvitation
Method · 0.80
writeJson
Method · 0.80
handleIncomingPackets
Method · 0.80
jsonFromSystemLocation
Function · 0.80
systemObjectConfig
Method · 0.80
diskStore
Method · 0.80
Calls
2
hexEncode
Function · 0.85
ptr
Method · 0.45
Tested by
no test coverage detected