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

Method EndCmd

BeefySysLib/util/BeefPerf.cpp:783–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781}
782
783void BpManager::EndCmd(CircularBuffer::View& view, uint8* ptr)
784{
785 int actualSize = (int)(ptr - view.mPtr);
786 view.Commit(actualSize);
787 mOutBuffer.Grow(actualSize);
788}
789
790void BpManager::TrySendData()
791{

Callers

nothing calls this directly

Calls 2

CommitMethod · 0.45
GrowMethod · 0.45

Tested by

no test coverage detected