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

Method DeepCopyInto

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

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

(out *ModelStatus)

Source from the content-addressed store, hash-verified

158
159// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
160func (in *ModelStatus) DeepCopyInto(out *ModelStatus) {
161 *out = *in
162 if in.State != nil {
163 in, out := &in.State, &out.State
164 *out = new(ModelState)
165 **out = **in
166 }
167 if in.Conditions != nil {
168 in, out := &in.Conditions, &out.Conditions
169 *out = make([]v1.Condition, len(*in))
170 for i := range *in {
171 (*in)[i].DeepCopyInto(&(*out)[i])
172 }
173 }
174}
175
176// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelStatus.
177func (in *ModelStatus) DeepCopy() *ModelStatus {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected