MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / append

Method append

source/core/StarByteArray.hpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135inline void ByteArray::append(ByteArray const& b) {
136 append(b.ptr(), b.size());
137}
138
139inline void ByteArray::append(const char* data, size_t len) {
140 resize(m_size + len);

Callers

nothing calls this directly

Calls 2

ptrMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected