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

Method DeepCopyInto

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

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

(out *PipelineList)

Source from the content-addressed store, hash-verified

321
322// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
323func (in *PipelineList) DeepCopyInto(out *PipelineList) {
324 *out = *in
325 out.TypeMeta = in.TypeMeta
326 in.ListMeta.DeepCopyInto(&out.ListMeta)
327 if in.Items != nil {
328 in, out := &in.Items, &out.Items
329 *out = make([]Pipeline, len(*in))
330 for i := range *in {
331 (*in)[i].DeepCopyInto(&(*out)[i])
332 }
333 }
334}
335
336// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineList.
337func (in *PipelineList) DeepCopy() *PipelineList {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected