| 3820 | |
| 3821 | ~WebSocketClient(); |
| 3822 | WebSocketClient(const WebSocketClient &) = delete; |
| 3823 | WebSocketClient &operator=(const WebSocketClient &) = delete; |
| 3824 | |
| 3825 | bool is_valid() const; |
nothing calls this directly
no outgoing calls
no test coverage detected