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

Method IsServiceConnected

src/render_panel/gr_application.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 bool GrApplication::IsServiceConnected() {
197 return service_client_ && service_client_->IsAlive();
198 }
199
200 bool GrApplication::PostMessage2Service(const std::string& msg) {
201 if (!IsServiceConnected()) {

Callers

nothing calls this directly

Calls 1

IsAliveMethod · 0.45

Tested by

no test coverage detected