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

Method DeepCopyInto

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

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

(out *StorageList)

Source from the content-addressed store, hash-verified

564
565// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
566func (in *StorageList) DeepCopyInto(out *StorageList) {
567 *out = *in
568 out.TypeMeta = in.TypeMeta
569 in.ListMeta.DeepCopyInto(&out.ListMeta)
570 if in.Items != nil {
571 in, out := &in.Items, &out.Items
572 *out = make([]Storage, len(*in))
573 for i := range *in {
574 (*in)[i].DeepCopyInto(&(*out)[i])
575 }
576 }
577}
578
579// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageList.
580func (in *StorageList) DeepCopy() *StorageList {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected