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

Method DeepCopyInto

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

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

(out *Repository)

Source from the content-addressed store, hash-verified

408
409// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
410func (in *Repository) DeepCopyInto(out *Repository) {
411 *out = *in
412 out.TypeMeta = in.TypeMeta
413 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
414 in.Spec.DeepCopyInto(&out.Spec)
415 out.Status = in.Status
416}
417
418// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository.
419func (in *Repository) DeepCopy() *Repository {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected