MCPcopy 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
911func (x *WorkspaceApp) GetDisplayName() string {
912 if x != nil {
913 return x.DisplayName
914 }
915 return ""
916}
917
918func (x *WorkspaceApp) GetCommand() string {
919 if x != nil {

Callers 2

CreateSubAgentMethod · 0.45
agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected