Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ AppendToLevelChecksum
Function
AppendToLevelChecksum
Descent3/LoadLevel.h:677–682 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
inline void AppendToLevelChecksum(int val) {
678
if (!Level_md5) {
679
return;
680
}
681
Level_md5->update(val);
682
}
683
684
inline void AppendToLevelChecksum(uint32_t val) {
685
if (!Level_md5) {
Callers
5
ReadObject
Function · 0.85
ReadRoom
Function · 0.85
ReadTerrainHeightChunk
Function · 0.85
if
Function · 0.85
MultiGetShipChecksum
Function · 0.85
Calls
1
update
Method · 0.45
Tested by
no test coverage detected