* Returns true if the socket is in a connected state. */
| 201 | * Returns true if the socket is in a connected state. |
| 202 | */ |
| 203 | bool dgram_client_socket::is_connected(void) const { return connected; } |
| 204 | } // namespace libsocket |
| 205 | |
| 206 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected