()
| 2272 | } |
| 2273 | |
| 2274 | func (x *Script) GetTimeoutSeconds() int32 { |
| 2275 | if x != nil { |
| 2276 | return x.TimeoutSeconds |
| 2277 | } |
| 2278 | return 0 |
| 2279 | } |
| 2280 | |
| 2281 | func (x *Script) GetLogPath() string { |
| 2282 | if x != nil { |
no outgoing calls
no test coverage detected