Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetDisplayName
Method
GetDisplayName
agent/proto/agent.pb.go:911–916 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
909
}
910
911
func
(x *WorkspaceApp) GetDisplayName() string {
912
if
x != nil {
913
return
x.DisplayName
914
}
915
return
""
916
}
917
918
func
(x *WorkspaceApp) GetCommand() string {
919
if
x != nil {
Callers
2
CreateSubAgent
Method · 0.45
agentScriptsFromProto
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected