MCPcopy 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_TOKENMethod · 0.80
SendPasswordFunction · 0.80

Calls 1

GetPublicMethod · 0.45

Tested by

no test coverage detected