MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / SocketServer

Method SocketServer

src/connectors/wire/WireServer.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace internal {
6
7SocketServer::SocketServer(const ProtocolHandler* protocolHandler) :
8 protocolHandler(protocolHandler),
9 ios() {
10}
11
12template<typename Protocol>
13void SocketServer::doListen(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected