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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

194
195// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pipeline.
196func (in *Pipeline) DeepCopy() *Pipeline {
197 if in == nil {
198 return nil
199 }
200 out := new(Pipeline)
201 in.DeepCopyInto(out)
202 return out
203}
204
205// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
206func (in *Pipeline) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected