()
| 1049 | } |
| 1050 | |
| 1051 | func (x *WorkspaceAgentScript) GetRunOnStart() bool { |
| 1052 | if x != nil { |
| 1053 | return x.RunOnStart |
| 1054 | } |
| 1055 | return false |
| 1056 | } |
| 1057 | |
| 1058 | func (x *WorkspaceAgentScript) GetRunOnStop() bool { |
| 1059 | if x != nil { |
no outgoing calls
no test coverage detected