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

Method CreateSession

performance/proto_server.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51protected:
52 std::shared_ptr<TCPSession> CreateSession(const std::shared_ptr<TCPServer>& server) override
53 {
54 return std::make_shared<ProtoSession>(server);
55 }
56
57protected:
58 void onError(int error, const std::string& category, const std::string& message) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected