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

Method trimRight

GPRS/ByteVector.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void ByteVector::trimRight(unsigned amt)
286{
287 BVASSERT(!bitind());
288 BVASSERT(amt <= size());
289 //mEnd -= amt;
290 mSizeBits -= 8*amt;
291}
292
293// For appending.
294// Grow the vector by the specified amount of bytes and return the index of that location.

Callers 1

llcWriteLowSideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected