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

Method GetCron

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

Source from the content-addressed store, hash-verified

1042}
1043
1044func (x *WorkspaceAgentScript) GetCron() string {
1045 if x != nil {
1046 return x.Cron
1047 }
1048 return ""
1049}
1050
1051func (x *WorkspaceAgentScript) GetRunOnStart() bool {
1052 if x != nil {

Callers 1

agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected