Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ writeBytes
Method
writeBytes
source/core/StarIODevice.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void IODevice::writeBytes(ByteArray const& p) {
123
writeFull(p.ptr(), p.size());
124
}
125
126
ByteArray IODevice::readBytesAbsolute(StreamOffset readPosition, size_t size) {
127
if (!size)
Callers
8
writeNetDelta
Method · 0.45
send
Method · 0.45
open
Method · 0.45
storeIndex
Method · 0.45
storeLeaf
Method · 0.45
writeNetDelta
Method · 0.45
writeNetDelta
Method · 0.45
build
Method · 0.45
Calls
2
ptr
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected