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

Method atEnd

source/core/StarBuffer.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool Buffer::atEnd() {
54 return m_pos >= m_bytes.size();
55}
56
57size_t Buffer::read(char* data, size_t len) {
58 size_t l = doRead(m_pos, data, len);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected