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

Method UnixSocketServer

src/connectors/wire/WireServer.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61#if defined(ASIO_HAS_LOCAL_SOCKETS)
62UnixSocketServer::UnixSocketServer(const ProtocolHandler* protocolHandler) :
63 SocketServer(protocolHandler),
64 acceptor(ios) {
65}
66
67void UnixSocketServer::listen(const std::string& unixPath) {
68 if (std::filesystem::status(unixPath).type() == std::filesystem::file_type::socket)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected