MCPcopy Create free account
hub / github.com/beefytech/Beef / RemoveFront

Method RemoveFront

BeefySysLib/util/BeefPerf.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void CircularBuffer::RemoveFront(int len)
307{
308 mTail = (mTail + len) % mBufSize;
309 mDataSize -= len;
310}
311
312//////////////////////////////////////////////////////////////////////////
313

Callers 1

TrySendDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected