| 158 | static inline const SaveLoadCompatTable compat_description = _linkgraph_sl_compat; |
| 159 | |
| 160 | void Save(LinkGraphJob *lgj) const override |
| 161 | { |
| 162 | SlObject(const_cast<LinkGraph *>(&lgj->Graph()), this->GetDescription()); |
| 163 | } |
| 164 | |
| 165 | void Load(LinkGraphJob *lgj) const override |
| 166 | { |
nothing calls this directly
no test coverage detected