MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / acceptConnection

Method acceptConnection

src/socket/TcpSocket.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool TcpSocket::acceptConnection(SocketClient &client, bool showLogInfo) {
147 // check if we have a client?
148 return _server.acceptConnection(client, showLogInfo);
149}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected