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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

175
176// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelStatus.
177func (in *ModelStatus) DeepCopy() *ModelStatus {
178 if in == nil {
179 return nil
180 }
181 out := new(ModelStatus)
182 in.DeepCopyInto(out)
183 return out
184}
185
186// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
187func (in *Pipeline) DeepCopyInto(out *Pipeline) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected