MCPcopy 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
23ByteArray Uuid::bytes() const {
24 return ByteArray(m_data.ptr(), UuidSize);
25}
26
27String Uuid::hex() const {
28 return hexEncode(m_data.ptr(), UuidSize);

Callers 7

updateVersionedJsonMethod · 0.45
loadScriptMethod · 0.45
assetDataMethod · 0.45
applicationInitMethod · 0.45
renderReloadMethod · 0.45
playMethod · 0.45
setNativeFromAddressFunction · 0.45

Calls 2

ByteArrayClass · 0.85
ptrMethod · 0.45

Tested by

no test coverage detected