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

Method CanBeUsed

src/network/network_crypto.cpp:434–437  ·  view source on GitHub ↗

virtual */

Source from the content-addressed store, hash-verified

432}
433
434/* virtual */ bool CombinedAuthenticationServerHandler::CanBeUsed() const
435{
436 return !this->handlers.empty();
437}
438
439
440/* virtual */ void NetworkAuthenticationPasswordRequestHandler::Reply(const std::string &password)

Callers 6

ReceiveResponseMethod · 0.95
GetNameMethod · 0.95
AddMethod · 0.45
CreateMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected