MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / ptr

Method ptr

source/core/StarUuid.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17Uuid::Uuid(String const& hex) : Uuid(hexDecode(hex)) {}
18
19char const* Uuid::ptr() const {
20 return m_data.ptr();
21}
22
23ByteArray Uuid::bytes() const {
24 return ByteArray(m_data.ptr(), UuidSize);

Callers 5

UuidMethod · 0.45
bytesMethod · 0.45
hexMethod · 0.45
operator()Method · 0.45
StarUuid.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected