Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Enum
Method
Enum
agent/proto/agent.pb.go:55–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
)
54
55
func
(x AppHealth) Enum() *AppHealth {
56
p := new(AppHealth)
57
*p = x
58
return
p
59
}
60
61
func
(x AppHealth) String() string {
62
return
protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
Callers
2
ToProtoApp
Method · 0.45
TestSubAgentClient_CreateWithDisplayApps
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestSubAgentClient_CreateWithDisplayApps
Function · 0.36