| 1012 | } |
| 1013 | |
| 1014 | App::Meta::Url::Url() |
| 1015 | : location("") |
| 1016 | , type(App::Meta::UrlType::website) |
| 1017 | {} |
| 1018 | |
| 1019 | Meta::Url::Url(std::string location, UrlType type) |
| 1020 | : location(std::move(location)) |
nothing calls this directly
no test coverage detected