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

Method dataSize

source/core/StarBuffer.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123size_t Buffer::dataSize() const {
124 return m_bytes.size();
125}
126
127void Buffer::reserve(size_t size) {
128 data().reserve(size);

Callers 3

sizeMethod · 0.45
remainingMethod · 0.45
totalSamplesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected