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

Method DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

()

Source from the content-addressed store, hash-verified

76
77// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
78func (in *Model) DeepCopyObject() runtime.Object {
79 if c := in.DeepCopy(); c != nil {
80 return c
81 }
82 return nil
83}
84
85// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
86func (in *ModelDeploymentSpec) DeepCopyInto(out *ModelDeploymentSpec) {

Callers

nothing calls this directly

Calls 1

DeepCopyMethod · 0.95

Tested by

no test coverage detected