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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

611
612// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageSpec.
613func (in *StorageSpec) DeepCopy() *StorageSpec {
614 if in == nil {
615 return nil
616 }
617 out := new(StorageSpec)
618 in.DeepCopyInto(out)
619 return out
620}
621
622// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
623func (in *StorageStatus) DeepCopyInto(out *StorageStatus) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected