MCPcopy Create free account
hub / github.com/crossplane/function-template-go / DeepCopy

Method DeepCopy

input/v1beta1/zz_generated.deepcopy.go:19–26  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

17
18// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Input.
19func (in *Input) DeepCopy() *Input {
20 if in == nil {
21 return nil
22 }
23 out := new(Input)
24 in.DeepCopyInto(out)
25 return out
26}
27
28// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
29func (in *Input) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected