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