Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ CommitRead
Method
CommitRead
src/ByteBuffer.cpp:829–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
827
828
829
void cByteBuffer::CommitRead(void)
830
{
831
CHECK_THREAD;
832
CheckValid();
833
m_DataStart = m_ReadPos;
834
}
835
836
837
Callers
11
TestWrap
Method · 0.80
GetOutgoingData
Method · 0.80
TryRecognizeLengthedProtocol
Method · 0.80
DataReceived
Method · 0.80
AddReceivedData
Method · 0.80
~cPacketizer
Method · 0.80
SendData
Method · 0.80
SendEncryptedData
Method · 0.80
DecodeClientsPackets
Method · 0.80
DecodeServersPackets
Method · 0.80
HandleClientHandshake
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestWrap
Method · 0.64