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

Method DeepCopyInto

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

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

(out *Model)

Source from the content-addressed store, hash-verified

57
58// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
59func (in *Model) DeepCopyInto(out *Model) {
60 *out = *in
61 out.TypeMeta = in.TypeMeta
62 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
63 in.Spec.DeepCopyInto(&out.Spec)
64 in.Status.DeepCopyInto(&out.Status)
65}
66
67// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Model.
68func (in *Model) DeepCopy() *Model {

Callers 15

DeepCopyMethod · 0.95
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected