DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository.
()
| 417 | |
| 418 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository. |
| 419 | func (in *Repository) DeepCopy() *Repository { |
| 420 | if in == nil { |
| 421 | return nil |
| 422 | } |
| 423 | out := new(Repository) |
| 424 | in.DeepCopyInto(out) |
| 425 | return out |
| 426 | } |
| 427 | |
| 428 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 429 | func (in *Repository) DeepCopyObject() runtime.Object { |
no test coverage detected