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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

467
468// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryList.
469func (in *RepositoryList) DeepCopy() *RepositoryList {
470 if in == nil {
471 return nil
472 }
473 out := new(RepositoryList)
474 in.DeepCopyInto(out)
475 return out
476}
477
478// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
479func (in *RepositoryList) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected