Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ MSG_WriteData
Function
MSG_WriteData
code/qcommon/msg.cpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void MSG_WriteData( msg_t *buf, const void *data, int length ) {
93
memcpy (MSG_GetSpace(buf,length),data,length);
94
}
95
96
97
/*
Callers
3
MSG_WriteString
Function · 0.70
Netchan_Transmit
Function · 0.70
SV_WriteSnapshotToClient
Function · 0.50
Calls
1
MSG_GetSpace
Function · 0.85
Tested by
no test coverage detected