Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ SlWriteArrayLength
Function
SlWriteArrayLength
src/saveload/saveload.cpp:557–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
static inline void SlWriteArrayLength(size_t length)
558
{
559
SlWriteSimpleGamma(length);
560
}
561
562
static inline uint SlGetArrayLength(size_t length)
563
{
Callers
6
SlSetLength
Function · 0.85
SlStdString
Function · 0.85
SlArray
Function · 0.85
SlSaveLoad
Method · 0.85
SlSetStructListLength
Function · 0.85
SlSaveChunk
Function · 0.85
Calls
1
SlWriteSimpleGamma
Function · 0.85
Tested by
no test coverage detected