MCPcopy Index your code
hub / github.com/coder/coder / GetIcon

Method GetIcon

agent/proto/agent.pb.go:925–930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

923}
924
925func (x *WorkspaceApp) GetIcon() string {
926 if x != nil {
927 return x.Icon
928 }
929 return ""
930}
931
932func (x *WorkspaceApp) GetSubdomain() bool {
933 if x != nil {

Callers 2

CreateSubAgentMethod · 0.45
agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected