Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ SlReadArrayLength
Function
SlReadArrayLength
src/saveload/saveload.cpp:552–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
static inline uint SlReadArrayLength()
553
{
554
return SlReadSimpleGamma();
555
}
556
557
static inline void SlWriteArrayLength(size_t length)
558
{
Callers
7
SlCalcConvMemLen
Function · 0.85
SlCalcConvFileLen
Function · 0.85
SlIterateArray
Function · 0.85
SlStdString
Function · 0.85
SlArray
Function · 0.85
SlSaveLoad
Method · 0.85
SlGetStructListLength
Function · 0.85
Calls
1
SlReadSimpleGamma
Function · 0.85
Tested by
no test coverage detected