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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

529
530// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage.
531func (in *Storage) DeepCopy() *Storage {
532 if in == nil {
533 return nil
534 }
535 out := new(Storage)
536 in.DeepCopyInto(out)
537 return out
538}
539
540// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
541func (in *Storage) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected