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

Function getProjectOutDirPath

tests/TestHelper.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string getProjectOutDirPath(std::string ProjectName) {
63
64 return (fs::path(getBaseDirPath()) / fs::path("out") / fs::path(ProjectName))
65 .string();
66}
67
68std::string getPublicAPIPath(std::string ProjectName) {
69

Callers 5

getTargetReportPathFunction · 0.85
getUTReportPathFunction · 0.85
verifyGeneratedMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85

Calls 1

getBaseDirPathFunction · 0.85

Tested by

no test coverage detected