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

Method SendResponse

src/tests/test_network_crypto.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59public:
60 TestPasswordRequestHandler(std::string &password) : password(password) {}
61 void SendResponse() override {}
62 void AskUserForPassword(std::shared_ptr<NetworkAuthenticationPasswordRequest> request) override { request->Reply(this->password); }
63};
64

Callers 1

TestAuthenticationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected