Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ Uuid
Method
Uuid
source/core/StarUuid.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace Star {
7
8
Uuid::Uuid() : Uuid(Random::randBytes(UuidSize)) {}
9
10
Uuid::Uuid(ByteArray const& bytes) {
11
if (bytes.size() != UuidSize)
Callers
nothing calls this directly
Calls
6
randBytes
Function · 0.85
strf
Function · 0.85
hexDecode
Function · 0.85
copyTo
Method · 0.80
size
Method · 0.45
ptr
Method · 0.45
Tested by
no test coverage detected