MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Save

Method Save

src/saveload/saveload.cpp:1864–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862 */
1863class SlSkipHandler : public SaveLoadHandler {
1864 void Save(void *) const override
1865 {
1866 NOT_REACHED();
1867 }
1868
1869 void Load(void *object) const override
1870 {

Callers 3

SlCalcObjMemberLengthFunction · 0.45
SlObjectMemberFunction · 0.45
SlSaveChunkFunction · 0.45

Calls 1

NOT_REACHEDFunction · 0.85

Tested by

no test coverage detected