Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ PublicKeyString
Method
PublicKeyString
src/openrct2/network/NetworkKey.cpp:149–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
std::string Key::PublicKeyString()
150
{
151
if (_key == nullptr)
152
{
153
throw std::runtime_error(
"No key loaded"
);
154
}
155
return _key->GetPublic();
156
}
157
158
/**
159
* @brief Key::PublicKeyHash
Callers
2
Client_Handle_TOKEN
Method · 0.80
SendPassword
Function · 0.80
Calls
1
GetPublic
Method · 0.45
Tested by
no test coverage detected