Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ LoadCheck
Method
LoadCheck
src/saveload/saveload.cpp:1877–1880 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1875
}
1876
1877
void LoadCheck(void *object) const override
1878
{
1879
this->Load(object);
1880
}
1881
1882
virtual SaveLoadTable GetDescription() const override
1883
{
Callers
nothing calls this directly
Calls
1
Load
Method · 0.95
Tested by
no test coverage detected