Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ WriteByte
Method
WriteByte
src/ByteBuffer.cpp:502–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
501
502
bool cByteBuffer::WriteByte(unsigned char a_Value)
503
{
504
CHECK_THREAD;
505
CheckValid();
506
PUTBYTES(1);
507
return WriteBuf(&a_Value, 1);
508
}
509
510
511
Callers
1
SendEncryptionKeyResponse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected