Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ SlReadSparseIndex
Function
SlReadSparseIndex
src/saveload/saveload.cpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
static inline uint SlReadSparseIndex()
543
{
544
return SlReadSimpleGamma();
545
}
546
547
static inline void SlWriteSparseIndex(uint index)
548
{
Callers
1
SlIterateArray
Function · 0.85
Calls
1
SlReadSimpleGamma
Function · 0.85
Tested by
no test coverage detected