Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ getBaseDirPath
Function
getBaseDirPath
tests/TestHelper.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
std::string getBaseDirPath() {
51
52
return fs::absolute(fs::path(
"tests"
) / fs::path(
"resources"
)).string();
53
}
54
55
std::string getProjectBaseDirPath(std::string ProjectName) {
56
Callers
2
getProjectBaseDirPath
Function · 0.85
getProjectOutDirPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected