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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

578
579// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageList.
580func (in *StorageList) DeepCopy() *StorageList {
581 if in == nil {
582 return nil
583 }
584 out := new(StorageList)
585 in.DeepCopyInto(out)
586 return out
587}
588
589// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
590func (in *StorageList) DeepCopyObject() runtime.Object {

Callers 1

DeepCopyObjectMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected