Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ ReadByte
Method
ReadByte
src/ByteBuffer.cpp:310–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
309
310
bool cByteBuffer::ReadByte(unsigned char & a_Value)
311
{
312
CHECK_THREAD;
313
CheckValid();
314
NEEDBYTES(1);
315
ReadBuf(&a_Value, 1);
316
return true;
317
}
318
319
320
Callers
4
TestWrap
Method · 0.80
TryRecognizeProtocol
Method · 0.80
SendLengthlessServerPing
Method · 0.80
DataReceived
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestWrap
Method · 0.64