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

Method IsWorking

src/render/plugins/net_ws/ws_plugin.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool WsPlugin::IsWorking() {
78 return ws_server_ && ws_server_->IsWorking();
79 }
80
81 void WsPlugin::PostProtoMessage(std::shared_ptr<Data> msg, bool run_through) {
82 if (IsWorking() && HasConnectedClients() && msg) {

Callers 2

AsProtoMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected