Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
590
uint32_t syncDebugGetCrc()
591
{
592
return syncDebugLog[syncDebugNext].getCrc();
593
}
594
595
void syncDebugSetCrc(uint32_t crc)
596
{
Callers
1
gameStateUpdate
Function · 0.85
Calls
1
getCrc
Method · 0.80
Tested by
no test coverage detected