Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetTestPrivateKeyPath
Method
GetTestPrivateKeyPath
test/tests/CryptTests.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
std::string GetTestPrivateKeyPath()
33
{
34
return Path::Combine(TestData::GetBasePath(), u8
"keys"
, u8
"Player.privkey"
);
35
}
36
37
std::string GetTestPublicKeyPath()
38
{
Callers
nothing calls this directly
Calls
2
GetBasePath
Function · 0.85
Combine
Function · 0.50
Tested by
no test coverage detected