MCPcopy Create free account
hub / github.com/Samsung/UTopia / init

Method init

tests/inputanalysis/TestDefMapGenerator.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 bool init(std::string SrcDir, std::string CodePath) {
160 std::vector<std::string> CodePaths = {CodePath};
161 return init(SrcDir, CodePaths);
162 }
163
164 bool init(std::string SrcDir, std::vector<std::string> CodePaths) {
165 if (!load(SrcDir, CodePaths))

Callers

nothing calls this directly

Calls 2

getSourceCollectionMethod · 0.80
getLLVMModuleMethod · 0.80

Tested by

no test coverage detected