| 58 | } |
| 59 | |
| 60 | static auto get(QDir& index_dir, QString mod_slug) -> ModStruct |
| 61 | { |
| 62 | return Packwiz::V1::getIndexForMod(index_dir, mod_slug); |
| 63 | } |
| 64 | |
| 65 | static auto get(QDir& index_dir, QVariant& mod_id) -> ModStruct |
| 66 | { |
no outgoing calls
no test coverage detected