MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / DeepCopyInto

Method DeepCopyInto

api/v1/zz_generated.deepcopy.go:2901–2908  ·  view source on GitHub ↗

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

(out *Probe)

Source from the content-addressed store, hash-verified

2899
2900// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2901func (in *Probe) DeepCopyInto(out *Probe) {
2902 *out = *in
2903 if in.TerminationGracePeriodSeconds != nil {
2904 in, out := &in.TerminationGracePeriodSeconds, &out.TerminationGracePeriodSeconds
2905 *out = new(int64)
2906 **out = **in
2907 }
2908}
2909
2910// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
2911func (in *Probe) DeepCopy() *Probe {

Callers 15

DeepCopyMethod · 0.95
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45
DeepCopyIntoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected