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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

148
149// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelSpec.
150func (in *ModelSpec) DeepCopy() *ModelSpec {
151 if in == nil {
152 return nil
153 }
154 out := new(ModelSpec)
155 in.DeepCopyInto(out)
156 return out
157}
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) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected