Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ On_SYNCDATA
Function
On_SYNCDATA
Source/msg.cpp:1289–1292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1287
}
1288
1289
DWORD On_SYNCDATA(TCmd *pCmd, int pnum)
1290
{
1291
return sync_update(pnum, (const BYTE *)pCmd);
1292
}
1293
1294
DWORD On_WALKXY(TCmd *pCmd, int pnum)
1295
{
Callers
1
ParseCmd
Function · 0.85
Calls
1
sync_update
Function · 0.85
Tested by
no test coverage detected