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

Method DeepCopy

api/v1beta1/zz_generated.deepcopy.go:136–143  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

134
135// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigratorSpec.
136func (in *MigratorSpec) DeepCopy() *MigratorSpec {
137 if in == nil {
138 return nil
139 }
140 out := new(MigratorSpec)
141 in.DeepCopyInto(out)
142 return out
143}
144
145// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
146func (in *MigratorStatus) DeepCopyInto(out *MigratorStatus) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected