DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelList.
()
| 115 | |
| 116 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelList. |
| 117 | func (in *ModelList) DeepCopy() *ModelList { |
| 118 | if in == nil { |
| 119 | return nil |
| 120 | } |
| 121 | out := new(ModelList) |
| 122 | in.DeepCopyInto(out) |
| 123 | return out |
| 124 | } |
| 125 | |
| 126 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 127 | func (in *ModelList) DeepCopyObject() runtime.Object { |
no test coverage detected