MCPcopy 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
829void cByteBuffer::CommitRead(void)
830{
831 CHECK_THREAD;
832 CheckValid();
833 m_DataStart = m_ReadPos;
834}
835
836
837

Callers 11

TestWrapMethod · 0.80
GetOutgoingDataMethod · 0.80
DataReceivedMethod · 0.80
AddReceivedDataMethod · 0.80
~cPacketizerMethod · 0.80
SendDataMethod · 0.80
SendEncryptedDataMethod · 0.80
DecodeClientsPacketsMethod · 0.80
DecodeServersPacketsMethod · 0.80
HandleClientHandshakeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestWrapMethod · 0.64