Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarDataStreamDevices.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
size_t DataStreamBuffer::size() const {
98
return m_buffer->dataSize();
99
}
100
101
bool DataStreamBuffer::empty() const {
102
return m_buffer->empty();
Callers
1
DataStreamExternalBuffer
Method · 0.45
Calls
1
dataSize
Method · 0.45
Tested by
no test coverage detected