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

Method onStarted

tests/test_ws.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97protected:
98 void onStarted() override { started = true; }
99 void onStopped() override { stopped = true; }
100 void onConnected(std::shared_ptr<TCPSession>& session) override { connected = true; ++clients; }
101 void onDisconnected(std::shared_ptr<TCPSession>& session) override { disconnected = true; --clients; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected