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

Method ptr

source/core/StarByteArray.hpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153inline char const* ByteArray::ptr() const {
154 return m_data;
155}
156
157inline char* ByteArray::ptr() {
158 return m_data;

Callers 1

appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected