MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / writeChecksum

Method writeChecksum

src/OpenLoco/src/S5/SawyerStream.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void SawyerStreamWriter::writeChecksum()
227{
228 writeStream(&_checksum, sizeof(_checksum));
229}
230
231void SawyerStreamWriter::writeStream(const void* data, size_t dataLen)
232{

Callers 2

uncompressFileFunction · 0.80
exportGameStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected