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

Method GetApps

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

Source from the content-addressed store, hash-verified

1309}
1310
1311func (x *Manifest) GetApps() []*WorkspaceApp {
1312 if x != nil {
1313 return x.Apps
1314 }
1315 return nil
1316}
1317
1318func (x *Manifest) GetMetadata() []*WorkspaceAgentMetadata_Description {
1319 if x != nil {

Callers 3

CreateSubAgentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected