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

Method ptr

source/core/StarDataStreamDevices.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89char* DataStreamBuffer::ptr() {
90 return m_buffer->ptr();
91}
92
93const char* DataStreamBuffer::ptr() const {
94 return m_buffer->ptr();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected