| 1066 | } |
| 1067 | |
| 1068 | App::Meta::Dependency::Dependency() |
| 1069 | : optional(false) |
| 1070 | , dependencyType(App::Meta::DependencyType::automatic) |
| 1071 | {} |
| 1072 | |
| 1073 | App::Meta::Dependency::Dependency(std::string pkg) |
| 1074 | : package(std::move(pkg)) |
nothing calls this directly
no test coverage detected