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

Method load

tests/TestASTUtils.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 bool load(std::string SrcDir, std::string CodePath) {
97 return load(SrcDir, std::vector<std::string>({CodePath}));
98 }
99
100 bool load(std::string SrcDir, std::vector<std::string> CodePaths) {
101 auto CH = TestHelperFactory().createCompileHelper(

Callers

nothing calls this directly

Calls 4

TestHelperFactoryClass · 0.85
createCompileHelperMethod · 0.80
getSourceCollectionMethod · 0.80
getLLVMModuleMethod · 0.80

Tested by

no test coverage detected