| 43 | std::string url; |
| 44 | |
| 45 | struct Package { |
| 46 | std::string name; |
| 47 | std::vector<std::string> features; |
| 48 | bool default_features = true; |
| 49 | }; |
| 50 | |
| 51 | std::vector<Package> packages; |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected