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

Method onDisconnected

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

Source from the content-addressed store, hash-verified

76 void onConnected() override { connected = true; }
77 void onHandshaked() override { handshaked = true; }
78 void onDisconnected() override { disconnected = true; }
79 void onReceived(const void* buffer, size_t size) override { SendAsync(buffer, size); }
80 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected