Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ SlWriteSparseIndex
Function
SlWriteSparseIndex
src/saveload/saveload.cpp:547–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
}
546
547
static inline void SlWriteSparseIndex(uint index)
548
{
549
SlWriteSimpleGamma(index);
550
}
551
552
static inline uint SlReadArrayLength()
553
{
Callers
1
SlSetLength
Function · 0.85
Calls
1
SlWriteSimpleGamma
Function · 0.85
Tested by
no test coverage detected