MCPcopy 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
122void IODevice::writeBytes(ByteArray const& p) {
123 writeFull(p.ptr(), p.size());
124}
125
126ByteArray IODevice::readBytesAbsolute(StreamOffset readPosition, size_t size) {
127 if (!size)

Callers 8

writeNetDeltaMethod · 0.45
sendMethod · 0.45
openMethod · 0.45
storeIndexMethod · 0.45
storeLeafMethod · 0.45
writeNetDeltaMethod · 0.45
writeNetDeltaMethod · 0.45
buildMethod · 0.45

Calls 2

ptrMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected