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

Method GetDescription

src/saveload/linkgraph_sl.cpp:157–157  ·  view source on GitHub ↗

Needed to keep DefaultSaveLoadHandler happy.

Source from the content-addressed store, hash-verified

155public:
156 static inline const SaveLoad description[] = {{}}; // Needed to keep DefaultSaveLoadHandler happy.
157 SaveLoadTable GetDescription() const override { return GetLinkGraphDesc(); }
158 static inline const SaveLoadCompatTable compat_description = _linkgraph_sl_compat;
159
160 void Save(LinkGraphJob *lgj) const override

Callers 3

SaveMethod · 0.95
SaveMethod · 0.45
SaveMethod · 0.45

Calls 1

GetLinkGraphDescFunction · 0.85

Tested by

no test coverage detected