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

Method ProjectInfo

generator/projectmanager.h:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 } type = Normal;
46
47 ProjectInfo(std::string name, std::string source_path, Type t = Normal)
48 : name(std::move(name)), source_path(std::move(source_path)), type(t) {}
49 ProjectInfo(std::string name, std::string source_path, std::string rev)
50 : name(std::move(name)), source_path(std::move(source_path)), revision(std::move(rev)) {}
51};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected