MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / append

Method append

GPRS/ByteVector.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188void ByteVector::append(const ByteType *bytes, unsigned len)
189{
190 memcpy(&mStart[grow(len)],bytes,len);
191}
192
193// Does change size().
194void ByteVector::appendFill(ByteType byte, size_t span)

Callers 15

translateConfig.pyFile · 0.45
rawconfigFunction · 0.45
_configFunction · 0.45
getConfigFunction · 0.45
addcMethod · 0.45
addcMethod · 0.45
tmsiTabUpdateMethod · 0.45
tmsiTabCreateOrUpdateMethod · 0.45
tmsiTabAssignMethod · 0.45
assignMethod · 0.45
outboundHandoverTransferFunction · 0.45
addUpPDUMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TestTCHL1FECFunction · 0.36