Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
783
void 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
790
void BpManager::TrySendData()
791
{
Callers
nothing calls this directly
Calls
2
Commit
Method · 0.45
Grow
Method · 0.45
Tested by
no test coverage detected