()
| 199 | } |
| 200 | |
| 201 | func (x *Project) GetCiSamplingSize() int32 { |
| 202 | if x != nil { |
| 203 | return x.CiSamplingSize |
| 204 | } |
| 205 | return 0 |
| 206 | } |
| 207 | |
| 208 | func (x *Project) GetParallelTasksPerRollout() int32 { |
| 209 | if x != nil { |
no outgoing calls
no test coverage detected