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

Method onStarted

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

Source from the content-addressed store, hash-verified

106
107protected:
108 void onStarted() override { started = true; }
109 void onStopped() override { stopped = true; }
110 void onConnected(std::shared_ptr<SSLSession>& session) override { connected = true; }
111 void onHandshaked(std::shared_ptr<SSLSession>& session) override { handshaked = true; ++clients; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected