MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetName

Method GetName

src/network/network_crypto.cpp:382–385  ·  view source on GitHub ↗

virtual */

Source from the content-addressed store, hash-verified

380}
381
382/* virtual */ std::string_view CombinedAuthenticationClientHandler::GetName() const
383{
384 return this->current_handler != nullptr ? this->current_handler->GetName() : "Unknown";
385}
386
387/* virtual */ NetworkAuthenticationMethod CombinedAuthenticationClientHandler::GetAuthenticationMethod() const
388{

Callers 7

ReceiveRequestMethod · 0.95
SendResponseMethod · 0.95
SendRequestMethod · 0.45
ReceiveResponseMethod · 0.45
SendAuthRequestMethod · 0.45
SerializeNetworkGameInfoFunction · 0.45
GRFInhibitFunction · 0.45

Calls 1

CanBeUsedMethod · 0.95

Tested by

no test coverage detected