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

Method DeepCopy

api/v1beta1/zz_generated.deepcopy.go:71–78  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

69
70// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigratorList.
71func (in *MigratorList) DeepCopy() *MigratorList {
72 if in == nil {
73 return nil
74 }
75 out := new(MigratorList)
76 in.DeepCopyInto(out)
77 return out
78}
79
80// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
81func (in *MigratorList) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected