Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ pos
Method
pos
source/core/StarDataStreamDevices.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
StreamOffset DataStreamIODevice::pos() {
36
return m_device->pos();
37
}
38
39
void DataStreamIODevice::readData(char* data, size_t len) {
40
return m_device->readFull(data, len);
Callers
1
remaining
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected