| 988 | } |
| 989 | |
| 990 | Meta::License::License(std::string name, fs::path file) |
| 991 | : name(std::move(name)) |
| 992 | , file(std::move(file)) |
| 993 | { |
| 994 | // This has to be provided manually since we have another constructor |
| 995 | } |
| 996 | |
| 997 | Meta::License::License(const XERCES_CPP_NAMESPACE::DOMElement* elem) |
| 998 | { |
nothing calls this directly
no test coverage detected