MCPcopy 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
310bool 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

TestWrapMethod · 0.80
TryRecognizeProtocolMethod · 0.80
DataReceivedMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestWrapMethod · 0.64