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