DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelStatus.
()
| 175 | |
| 176 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelStatus. |
| 177 | func (in *ModelStatus) DeepCopy() *ModelStatus { |
| 178 | if in == nil { |
| 179 | return nil |
| 180 | } |
| 181 | out := new(ModelStatus) |
| 182 | in.DeepCopyInto(out) |
| 183 | return out |
| 184 | } |
| 185 | |
| 186 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 187 | func (in *Pipeline) DeepCopyInto(out *Pipeline) { |
nothing calls this directly
no test coverage detected