Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ MSG_Bitstream
Function
MSG_Bitstream
codemp/qcommon/msg.cpp:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
void MSG_Bitstream( msg_t *buf ) {
111
buf->oob = qfalse;
112
}
113
114
void MSG_BeginReading( msg_t *msg ) {
115
msg->readcount = 0;
Callers
4
CL_ParseServerMessage
Function · 0.85
CL_WritePacket
Function · 0.85
CL_Record_f
Function · 0.85
SV_ExecuteClientMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected