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

Method DeepCopyInto

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

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

(out *Pipeline)

Source from the content-addressed store, hash-verified

185
186// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
187func (in *Pipeline) DeepCopyInto(out *Pipeline) {
188 *out = *in
189 out.TypeMeta = in.TypeMeta
190 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
191 in.Spec.DeepCopyInto(&out.Spec)
192 in.Status.DeepCopyInto(&out.Status)
193}
194
195// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pipeline.
196func (in *Pipeline) DeepCopy() *Pipeline {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected