Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
std::string SourceFileManager::getOutDirPath() const {
46
return (fs::path(BaseDir) / fs::path(
"out"
)).string();
47
}
48
49
std::string SourceFileManager::getSrcDirPath() const {
50
return (fs::path(BaseDir) / fs::path(
"src"
)).string();
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64