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

Function GetPrivateKeyPath

src/openrct2/network/NetworkBase.cpp:4049–4052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4047 }
4048
4049 static u8string GetPrivateKeyPath(u8string_view playerName)
4050 {
4051 return Path::Combine(GetKeysDirectory(), u8string(playerName) + u8".privkey");
4052 }
4053
4054 static u8string GetPublicKeyPath(u8string_view playerName, u8string_view hash)
4055 {

Callers 3

BeginClientMethod · 0.85
Client_Handle_TOKENMethod · 0.85
SendPasswordFunction · 0.85

Calls 2

GetKeysDirectoryFunction · 0.85
CombineFunction · 0.50

Tested by

no test coverage detected