Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetHealthcheck
Method
GetHealthcheck
agent/proto/agent.pb.go:953–958 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
951
}
952
953
func
(x *WorkspaceApp) GetHealthcheck() *WorkspaceApp_Healthcheck {
954
if
x != nil {
955
return
x.Healthcheck
956
}
957
return
nil
958
}
959
960
func
(x *WorkspaceApp) GetHealth() WorkspaceApp_Health {
961
if
x != nil {
Callers
1
insertAgentApp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected