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

Method load

lib/generation/GenLoader.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7GenLoader::GenLoader() = default;
8
9bool GenLoader::load(std::string TargetReportDir, std::string UTReportPath) {
10 if (!loadTarget(TargetReportDir))
11 return false;
12 return loadUT(UTReportPath);
13}
14
15const DirectionAnalysisReport &GenLoader::getDirectionReport() const {
16 return DirectionReport;

Callers 3

generateMethod · 0.45
UTLoaderMethod · 0.45
analyzeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected