| 175 | } |
| 176 | |
| 177 | bool WsPluginServer::IsWorking() { |
| 178 | return server_ && server_->is_started(); |
| 179 | } |
| 180 | |
| 181 | void WsPluginServer::AddWebsocketRouter(const std::string &path) { |
| 182 | auto fn_get_socket_fd = [](std::shared_ptr<asio2::http_session> &sess_ptr) -> uint64_t { |
nothing calls this directly
no outgoing calls
no test coverage detected