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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

335
336// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineList.
337func (in *PipelineList) DeepCopy() *PipelineList {
338 if in == nil {
339 return nil
340 }
341 out := new(PipelineList)
342 in.DeepCopyInto(out)
343 return out
344}
345
346// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
347func (in *PipelineList) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected