Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarBuffer.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
StreamOffset Buffer::size() {
98
return m_bytes.size();
99
}
100
101
ByteArray& Buffer::data() {
102
return m_bytes;
Callers
5
seek
Method · 0.45
atEnd
Method · 0.45
dataSize
Method · 0.45
doRead
Method · 0.45
doWrite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected