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

Function syncDebugGetCrc

lib/netplay/sync_debug.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590uint32_t syncDebugGetCrc()
591{
592 return syncDebugLog[syncDebugNext].getCrc();
593}
594
595void syncDebugSetCrc(uint32_t crc)
596{

Callers 1

gameStateUpdateFunction · 0.85

Calls 1

getCrcMethod · 0.80

Tested by

no test coverage detected