MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Package

Class Package

include/project_parser.hpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected