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

Method getOutDirPath

tests/testutil/SourceFileManager.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string SourceFileManager::getOutDirPath() const {
46 return (fs::path(BaseDir) / fs::path("out")).string();
47}
48
49std::string SourceFileManager::getSrcDirPath() const {
50 return (fs::path(BaseDir) / fs::path("src")).string();

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64