DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Model.
()
| 66 | |
| 67 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Model. |
| 68 | func (in *Model) DeepCopy() *Model { |
| 69 | if in == nil { |
| 70 | return nil |
| 71 | } |
| 72 | out := new(Model) |
| 73 | in.DeepCopyInto(out) |
| 74 | return out |
| 75 | } |
| 76 | |
| 77 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 78 | func (in *Model) DeepCopyObject() runtime.Object { |
no test coverage detected