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

Method addProject

generator/generator.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 tags.insert(std::move(t));
74 }
75 void addProject(std::string a, std::string b) {
76 projects.insert({std::move(a), std::move(b) });
77 }
78
79 void generate(llvm::StringRef outputPrefix, std::string dataPath, const std::string &filename,
80 const char* begin, const char* end, llvm::StringRef footer, llvm::StringRef warningMessage,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected