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

Method DeepCopyInto

input/v1beta1/zz_generated.deepcopy.go:12–16  ·  view source on GitHub ↗

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

(out *Input)

Source from the content-addressed store, hash-verified

10
11// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
12func (in *Input) DeepCopyInto(out *Input) {
13 *out = *in
14 out.TypeMeta = in.TypeMeta
15 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
16}
17
18// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Input.
19func (in *Input) DeepCopy() *Input {

Callers 1

DeepCopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected