Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetParkPath
Function
GetParkPath
test/tests/TestData.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
std::string GetParkPath(std::string name)
22
{
23
std::string path = OpenRCT2::Path::Combine(GetBasePath(), u8
"parks"
, name);
24
return path;
25
}
26
} // namespace TestData
Callers
8
SetUpTestCase
Method · 0.85
SetUpTestCase
Method · 0.85
SetUpTestCase
Method · 0.85
TEST_F
Function · 0.85
TestRatings
Method · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
TEST
Function · 0.85
Calls
2
GetBasePath
Function · 0.85
Combine
Function · 0.50
Tested by
no test coverage detected