MCPcopy Create free account
hub / github.com/coderanger/migrations-operator / DeepCopyInto

Method DeepCopyInto

api/v1beta1/zz_generated.deepcopy.go:30–36  ·  view source on GitHub ↗

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

(out *Migrator)

Source from the content-addressed store, hash-verified

28
29// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
30func (in *Migrator) DeepCopyInto(out *Migrator) {
31 *out = *in
32 out.TypeMeta = in.TypeMeta
33 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
34 in.Spec.DeepCopyInto(&out.Spec)
35 in.Status.DeepCopyInto(&out.Status)
36}
37
38// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Migrator.
39func (in *Migrator) DeepCopy() *Migrator {

Callers 4

DeepCopyMethod · 0.95
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected