| 144 | } |
| 145 | |
| 146 | bool TcpSocket::acceptConnection(SocketClient &client, bool showLogInfo) { |
| 147 | // check if we have a client? |
| 148 | return _server.acceptConnection(client, showLogInfo); |
| 149 | } |
nothing calls this directly
no outgoing calls
no test coverage detected