Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool Buffer::atEnd() {
54
return m_pos >= m_bytes.size();
55
}
56
57
size_t Buffer::read(char* data, size_t len) {
58
size_t l = doRead(m_pos, data, len);
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected