| 201 | [](const Mod& a, const Mod& b) { return Foundation::CollateUtf8(a.name.c_str(), b.name.c_str()) < 0; }); |
| 202 | return mods; |
| 203 | } |
| 204 | |
| 205 | void ModCollection::Add(Mod mod) |
| 206 | { |
| 207 | _mods.push_back(std::move(mod)); |
| 208 | } |
| 209 |
no outgoing calls
no test coverage detected