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

Method DeepCopy

api/v1beta1/zz_generated.deepcopy.go:39–46  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

37
38// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Migrator.
39func (in *Migrator) DeepCopy() *Migrator {
40 if in == nil {
41 return nil
42 }
43 out := new(Migrator)
44 in.DeepCopyInto(out)
45 return out
46}
47
48// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
49func (in *Migrator) DeepCopyObject() runtime.Object {

Callers 3

DeepCopyObjectMethod · 0.95
migrator_test.goFile · 0.45
migrations_test.goFile · 0.45

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected