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

Method trimLeft

GPRS/ByteVector.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void ByteVector::trimLeft(unsigned amt)
279{
280 BVASSERT(amt <= size());
281 mStart += amt;
282 mSizeBits -= 8*amt;
283}
284
285void ByteVector::trimRight(unsigned amt)
286{

Callers 4

engineFillBlockMethod · 0.80
getPayloadMethod · 0.80
llcProcessMethod · 0.80
sndcpWriteHighSideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected