MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / DeepCopyInto

Method DeepCopyInto

api/v1/zz_generated.deepcopy.go:522–531  ·  view source on GitHub ↗

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

(out *CatalogImage)

Source from the content-addressed store, hash-verified

520
521// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
522func (in *CatalogImage) DeepCopyInto(out *CatalogImage) {
523 *out = *in
524 if in.Extensions != nil {
525 in, out := &in.Extensions, &out.Extensions
526 *out = make([]ExtensionConfiguration, len(*in))
527 for i := range *in {
528 (*in)[i].DeepCopyInto(&(*out)[i])
529 }
530 }
531}
532
533// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CatalogImage.
534func (in *CatalogImage) DeepCopy() *CatalogImage {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected