MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onConnected

Method onConnected

tests/test_ssl.cpp:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57protected:
58 void onConnected() override { connected = true; }
59 void onHandshaked() override { handshaked = true; }
60 void onDisconnected() override { disconnected = true; }
61 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected