Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ MSG_ReadData
Function
MSG_ReadData
code/qcommon/msg.cpp:385–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
384
385
void MSG_ReadData( msg_t *msg, void *data, int len ) {
386
int i;
387
388
MSG_ReadByteAlign( msg );
389
for (i=0 ; i<len ; i++) {
390
((byte *)data)[i] = MSG_ReadByte (msg);
391
}
392
}
393
394
395
/*
Callers
1
CL_ParseSnapshot
Function · 0.50
Calls
2
MSG_ReadByteAlign
Function · 0.85
MSG_ReadByte
Function · 0.70
Tested by
no test coverage detected