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

Function getTargetReportPath

tests/TestHelper.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88std::string getTargetReportPath(std::string ProjectName) {
89
90 return (fs::path(getProjectOutDirPath(ProjectName)) / fs::path("ta") /
91 fs::path("ta_report.json"))
92 .string();
93}
94
95std::string getTargetReportDirPath(std::string ProjectName) {
96

Callers 1

getTargetReportDirPathFunction · 0.85

Calls 1

getProjectOutDirPathFunction · 0.85

Tested by

no test coverage detected