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

Method ptr

source/core/StarBuffer.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115char* Buffer::ptr() {
116 return data().ptr();
117}
118
119char const* Buffer::ptr() const {
120 return m_bytes.ptr();

Callers 2

doReadMethod · 0.45
doWriteMethod · 0.45

Calls 1

dataFunction · 0.85

Tested by

no test coverage detected