DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryStatus.
()
| 510 | |
| 511 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryStatus. |
| 512 | func (in *RepositoryStatus) DeepCopy() *RepositoryStatus { |
| 513 | if in == nil { |
| 514 | return nil |
| 515 | } |
| 516 | out := new(RepositoryStatus) |
| 517 | in.DeepCopyInto(out) |
| 518 | return out |
| 519 | } |
| 520 | |
| 521 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 522 | func (in *Storage) DeepCopyInto(out *Storage) { |
nothing calls this directly
no test coverage detected