Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
925
func
(x *WorkspaceApp) GetIcon() string {
926
if
x != nil {
927
return
x.Icon
928
}
929
return
""
930
}
931
932
func
(x *WorkspaceApp) GetSubdomain() bool {
933
if
x != nil {
Callers
2
CreateSubAgent
Method · 0.45
agentScriptsFromProto
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected