* @brief Void constructor */
| 52 | * @brief Void constructor |
| 53 | */ |
| 54 | stream_client_socket::stream_client_socket() : shut_rd(false), shut_wr(false) {} |
| 55 | |
| 56 | /** |
| 57 | * @brief Receive data from socket |
nothing calls this directly
no outgoing calls
no test coverage detected