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

Method onStarted

tests/test_proto.cpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101protected:
102 void onStarted() override { started = true; }
103 void onStopped() override { stopped = true; }
104 void onConnected(std::shared_ptr<TCPSession>& session) override { connected = true; ++clients; }
105 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