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

Method GetScripts

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

Source from the content-addressed store, hash-verified

1302}
1303
1304func (x *Manifest) GetScripts() []*WorkspaceAgentScript {
1305 if x != nil {
1306 return x.Scripts
1307 }
1308 return nil
1309}
1310
1311func (x *Manifest) GetApps() []*WorkspaceApp {
1312 if x != nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected