MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / IsWorking

Method IsWorking

src/render/plugins/net_ws/ws_server.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected