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

Method size

source/core/StarByteArray.hpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161inline size_t ByteArray::size() const {
162 return m_size;
163}
164
165inline size_t ByteArray::capacity() const {
166 return m_capacity;

Callers 3

appendMethod · 0.45
combineWithMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected