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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

115
116// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelList.
117func (in *ModelList) DeepCopy() *ModelList {
118 if in == nil {
119 return nil
120 }
121 out := new(ModelList)
122 in.DeepCopyInto(out)
123 return out
124}
125
126// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
127func (in *ModelList) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected