MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetKeysDirectory

Function GetKeysDirectory

src/openrct2/network/NetworkBase.cpp:4043–4047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4041 }
4042
4043 static u8string GetKeysDirectory()
4044 {
4045 auto& env = GetContext()->GetPlatformEnvironment();
4046 return Path::Combine(env.GetDirectoryPath(DirBase::user), u8"keys");
4047 }
4048
4049 static u8string GetPrivateKeyPath(u8string_view playerName)
4050 {

Callers 3

BeginClientMethod · 0.85
GetPrivateKeyPathFunction · 0.85
GetPublicKeyPathFunction · 0.85

Calls 3

GetContextFunction · 0.85
GetDirectoryPathMethod · 0.80
CombineFunction · 0.50

Tested by

no test coverage detected