MCPcopy 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

6namespace Star {
7
8Uuid::Uuid() : Uuid(Random::randBytes(UuidSize)) {}
9
10Uuid::Uuid(ByteArray const& bytes) {
11 if (bytes.size() != UuidSize)

Callers

nothing calls this directly

Calls 6

randBytesFunction · 0.85
strfFunction · 0.85
hexDecodeFunction · 0.85
copyToMethod · 0.80
sizeMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected