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

Method GetScript

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

Source from the content-addressed store, hash-verified

1035}
1036
1037func (x *WorkspaceAgentScript) GetScript() string {
1038 if x != nil {
1039 return x.Script
1040 }
1041 return ""
1042}
1043
1044func (x *WorkspaceAgentScript) GetCron() string {
1045 if x != nil {

Callers 1

agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected