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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

363
364// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineSpec.
365func (in *PipelineSpec) DeepCopy() *PipelineSpec {
366 if in == nil {
367 return nil
368 }
369 out := new(PipelineSpec)
370 in.DeepCopyInto(out)
371 return out
372}
373
374// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
375func (in *PipelineStatus) DeepCopyInto(out *PipelineStatus) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected