Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ bytes
Method
bytes
source/core/StarUuid.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
ByteArray Uuid::bytes() const {
24
return ByteArray(m_data.ptr(), UuidSize);
25
}
26
27
String Uuid::hex() const {
28
return hexEncode(m_data.ptr(), UuidSize);
Callers
7
updateVersionedJson
Method · 0.45
loadScript
Method · 0.45
assetData
Method · 0.45
applicationInit
Method · 0.45
renderReload
Method · 0.45
play
Method · 0.45
setNativeFromAddress
Function · 0.45
Calls
2
ByteArray
Class · 0.85
ptr
Method · 0.45
Tested by
no test coverage detected