Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
inline void ByteArray::append(ByteArray const& b) {
136
append(b.ptr(), b.size());
137
}
138
139
inline void ByteArray::append(const char* data, size_t len) {
140
resize(m_size + len);
Callers
nothing calls this directly
Calls
2
ptr
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected