Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ SetData
Method
SetData
code/icarus/BlockStream.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
*/
94
95
void CBlockMember::SetData( const char *data , CIcarus* icarus)
96
{
97
WriteDataPointer( data, strlen(data)+1, icarus );
98
}
99
100
void CBlockMember::SetData( vec3_t data , CIcarus* icarus)
101
{
Callers
3
Duplicate
Method · 0.45
Write
Method · 0.45
Wait
Method · 0.45
Calls
3
Malloc
Method · 0.80
GetGame
Method · 0.45
Free
Method · 0.45
Tested by
no test coverage detected