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

Method size

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

Source from the content-addressed store, hash-verified

95}
96
97size_t DataStreamBuffer::size() const {
98 return m_buffer->dataSize();
99}
100
101bool DataStreamBuffer::empty() const {
102 return m_buffer->empty();

Callers 1

Calls 1

dataSizeMethod · 0.45

Tested by

no test coverage detected