MCPcopy Create free account
hub / github.com/encoder-run/operator / DeepCopy

Method DeepCopy

api/cloud/v1alpha1/zz_generated.deepcopy.go:385–392  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

383
384// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineStatus.
385func (in *PipelineStatus) DeepCopy() *PipelineStatus {
386 if in == nil {
387 return nil
388 }
389 out := new(PipelineStatus)
390 in.DeepCopyInto(out)
391 return out
392}
393
394// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
395func (in *PostgresSpec) DeepCopyInto(out *PostgresSpec) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected