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

Method CreateSession

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

Source from the content-addressed store, hash-verified

97
98protected:
99 std::shared_ptr<TCPSession> CreateSession(const std::shared_ptr<TCPServer>& server) override { return std::make_shared<ProtoSession>(server); }
100
101protected:
102 void onStarted() override { started = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected