Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ writeBytesAbsolute
Method
writeBytesAbsolute
source/core/StarIODevice.cpp:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void IODevice::writeBytesAbsolute(StreamOffset writePosition, ByteArray const& p) {
137
writeFullAbsolute(writePosition, p.ptr(), p.size());
138
}
139
140
void IODevice::setMode(IOMode m) {
141
m_mode = m;
Callers
nothing calls this directly
Calls
2
ptr
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected