| 49 | }; |
| 50 | |
| 51 | struct ModConfig { |
| 52 | ModManifest manifest; |
| 53 | ModInputs inputs; |
| 54 | }; |
| 55 | |
| 56 | static std::filesystem::path concat_if_not_empty(const std::filesystem::path& parent, const std::filesystem::path& child) { |
| 57 | if (child.is_absolute()) { |
nothing calls this directly
no outgoing calls
no test coverage detected