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

Method DeepCopyObject

api/cloud/v1alpha1/zz_generated.deepcopy.go:127–132  ·  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

125
126// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
127func (in *ModelList) DeepCopyObject() runtime.Object {
128 if c := in.DeepCopy(); c != nil {
129 return c
130 }
131 return nil
132}
133
134// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
135func (in *ModelSpec) DeepCopyInto(out *ModelSpec) {

Callers

nothing calls this directly

Calls 1

DeepCopyMethod · 0.95

Tested by

no test coverage detected