Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarByteArray.hpp:161–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
inline size_t ByteArray::size() const {
162
return m_size;
163
}
164
165
inline size_t ByteArray::capacity() const {
166
return m_capacity;
Callers
3
append
Method · 0.45
combineWith
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected