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

Method DeepCopyInto

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

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

(out *StorageSpec)

Source from the content-addressed store, hash-verified

596
597// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
598func (in *StorageSpec) DeepCopyInto(out *StorageSpec) {
599 *out = *in
600 if in.Postgres != nil {
601 in, out := &in.Postgres, &out.Postgres
602 *out = new(PostgresSpec)
603 **out = **in
604 }
605 if in.Deployment != nil {
606 in, out := &in.Deployment, &out.Deployment
607 *out = new(StorageDeploymentSpec)
608 (*in).DeepCopyInto(*out)
609 }
610}
611
612// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageSpec.
613func (in *StorageSpec) DeepCopy() *StorageSpec {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected