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

Method size

source/core/StarBuffer.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97StreamOffset Buffer::size() {
98 return m_bytes.size();
99}
100
101ByteArray& Buffer::data() {
102 return m_bytes;

Callers 5

seekMethod · 0.45
atEndMethod · 0.45
dataSizeMethod · 0.45
doReadMethod · 0.45
doWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected