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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

417
418// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository.
419func (in *Repository) DeepCopy() *Repository {
420 if in == nil {
421 return nil
422 }
423 out := new(Repository)
424 in.DeepCopyInto(out)
425 return out
426}
427
428// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
429func (in *Repository) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected