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

Function getTargetReportDirPath

tests/TestHelper.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::string getTargetReportDirPath(std::string ProjectName) {
96
97 return util::getParentPath(getTargetReportPath(ProjectName));
98}
99
100std::string getUTSourcePath(std::string ProjectName) {
101

Callers

nothing calls this directly

Calls 2

getParentPathFunction · 0.85
getTargetReportPathFunction · 0.85

Tested by

no test coverage detected