Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ write
Method
write
engine/Poseidon/IO/PackFiles.cpp:133–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
}
133
void SOFStream::write(const void* data, int size)
134
{
135
if (fwrite(data, size, 1, _file) < 1)
136
{
137
_fail = true;
138
}
139
}
140
void SOFStream::close()
141
{
142
if (_file)
Callers
15
Simulate
Method · 0.45
Simulate
Method · 0.45
SaveData
Method · 0.45
SaveFileInfo
Function · 0.45
SaveProperties
Method · 0.45
Create
Method · 0.45
WriteDDS
Method · 0.45
SaveBanList
Function · 0.45
ReceiveFileSegment
Method · 0.45
WriteF
Function · 0.45
SaveIpBanList
Function · 0.45
SerializeRemoteExecTargetSelector
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected