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

Method onStarted

tests/test_wss.cpp:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117protected:
118 void onStarted() override { started = true; }
119 void onStopped() override { stopped = true; }
120 void onConnected(std::shared_ptr<SSLSession>& session) override { connected = true; ++clients; }
121 void onDisconnected(std::shared_ptr<SSLSession>& session) override { disconnected = true; --clients; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected