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

Method DeepCopyInto

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

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

(out *PipelineSpec)

Source from the content-addressed store, hash-verified

353
354// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
355func (in *PipelineSpec) DeepCopyInto(out *PipelineSpec) {
356 *out = *in
357 if in.RepositoryEmbeddings != nil {
358 in, out := &in.RepositoryEmbeddings, &out.RepositoryEmbeddings
359 *out = new(RepositoryEmbeddingsSpec)
360 **out = **in
361 }
362}
363
364// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineSpec.
365func (in *PipelineSpec) DeepCopy() *PipelineSpec {

Callers 1

DeepCopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected