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

Method load

tests/inputanalysis/TestInputAnalysisBase.hpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 std::unique_ptr<UTLoader> Loader;
21
22 bool load(std::string SrcDir, std::string CodePath) {
23 std::vector<std::string> CodePaths = {CodePath};
24 return load(SrcDir, CodePaths);
25 }
26
27 bool load(std::string SrcDir, std::vector<std::string> CodePaths) {
28 auto CH = TestHelperFactory().createCompileHelper(

Callers

nothing calls this directly

Calls 2

TestHelperFactoryClass · 0.85
createCompileHelperMethod · 0.80

Tested by

no test coverage detected