()
| 1028 | } |
| 1029 | |
| 1030 | func (x *WorkspaceAgentScript) GetLogPath() string { |
| 1031 | if x != nil { |
| 1032 | return x.LogPath |
| 1033 | } |
| 1034 | return "" |
| 1035 | } |
| 1036 | |
| 1037 | func (x *WorkspaceAgentScript) GetScript() string { |
| 1038 | if x != nil { |
no outgoing calls
no test coverage detected