MCPcopy Create free account
hub / github.com/KDAB/codebrowser / ProjectManager

Method ProjectManager

generator/projectmanager.h:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54struct ProjectManager {
55 explicit ProjectManager(std::string outputPrefix, std::string _dataPath)
56 : outputPrefix(std::move(outputPrefix)) , dataPath(std::move(_dataPath))
57 {
58 if (dataPath.empty())
59 dataPath = "../data";
60 }
61
62 void addProject(ProjectInfo info);
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected