MCPcopy Create free account
hub / github.com/encoder-run/operator / DeepCopy

Method DeepCopy

api/cloud/v1alpha1/zz_generated.deepcopy.go:497–504  ·  view source on GitHub ↗

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositorySpec.

()

Source from the content-addressed store, hash-verified

495
496// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositorySpec.
497func (in *RepositorySpec) DeepCopy() *RepositorySpec {
498 if in == nil {
499 return nil
500 }
501 out := new(RepositorySpec)
502 in.DeepCopyInto(out)
503 return out
504}
505
506// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
507func (in *RepositoryStatus) DeepCopyInto(out *RepositoryStatus) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected