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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

66
67// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Model.
68func (in *Model) DeepCopy() *Model {
69 if in == nil {
70 return nil
71 }
72 out := new(Model)
73 in.DeepCopyInto(out)
74 return out
75}
76
77// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
78func (in *Model) DeepCopyObject() runtime.Object {

Callers 3

DeepCopyObjectMethod · 0.95
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected