Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ IsAlive
Method
IsAlive
src/render/network/render_service_client.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool RenderServiceClient::IsAlive() {
91
return client_ && client_->is_started();
92
}
93
94
void RenderServiceClient::HeartBeat() {
95
static int64_t hb_idx = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected