Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ appendFill
Method
appendFill
GPRS/ByteVector.cpp:194–197 ·
view source on GitHub ↗
Does change size().
Source
from the content-addressed store, hash-verified
192
193
// Does change size().
194
void ByteVector::appendFill(ByteType byte, size_t span)
195
{
196
memset(&mStart[grow(span)],byte,span);
197
}
198
199
void ByteVector::append(const ByteVector&other)
200
{
Callers
1
engineFillBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected