()
| 1056 | } |
| 1057 | |
| 1058 | func (x *WorkspaceAgentScript) GetRunOnStop() bool { |
| 1059 | if x != nil { |
| 1060 | return x.RunOnStop |
| 1061 | } |
| 1062 | return false |
| 1063 | } |
| 1064 | |
| 1065 | func (x *WorkspaceAgentScript) GetStartBlocksLogin() bool { |
| 1066 | if x != nil { |
no outgoing calls
no test coverage detected