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

Method onDisconnected

tests/test_tcp.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47protected:
48 void onConnected() override { connected = true; }
49 void onDisconnected() override { disconnected = true; }
50 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }
51
52public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected