MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / getCrc

Method getCrc

lib/netplay/sync_debug.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 return time;
261 }
262 uint32_t getCrc() const
263 {
264 return ~crc; // Invert bits, since everyone else seems to do that with CRCs...
265 }
266 size_t getNumEntries() const
267 {
268 return log.size();

Callers 5

_syncDebugBacktraceFunction · 0.80
syncDebugGetCrcFunction · 0.80
nextDebugSyncFunction · 0.80
dumpLocalDebugSyncLogFunction · 0.80
checkDebugSyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected