Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ dataSize
Method
dataSize
source/core/StarBuffer.cpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
size_t Buffer::dataSize() const {
124
return m_bytes.size();
125
}
126
127
void Buffer::reserve(size_t size) {
128
data().reserve(size);
Callers
3
size
Method · 0.45
remaining
Method · 0.45
totalSamples
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected