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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

398
399// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSpec.
400func (in *PostgresSpec) DeepCopy() *PostgresSpec {
401 if in == nil {
402 return nil
403 }
404 out := new(PostgresSpec)
405 in.DeepCopyInto(out)
406 return out
407}
408
409// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
410func (in *Repository) DeepCopyInto(out *Repository) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected