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

Method DeepCopy

api/v1/zz_generated.deepcopy.go:165–172  ·  view source on GitHub ↗

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupList.

()

Source from the content-addressed store, hash-verified

163
164// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupList.
165func (in *BackupList) DeepCopy() *BackupList {
166 if in == nil {
167 return nil
168 }
169 out := new(BackupList)
170 in.DeepCopyInto(out)
171 return out
172}
173
174// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
175func (in *BackupList) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected