Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
void ByteVector::trimLeft(unsigned amt)
279
{
280
BVASSERT(amt <= size());
281
mStart += amt;
282
mSizeBits -= 8*amt;
283
}
284
285
void ByteVector::trimRight(unsigned amt)
286
{
Callers
4
engineFillBlock
Method · 0.80
getPayload
Method · 0.80
llcProcess
Method · 0.80
sndcpWriteHighSide
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected