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

Method DeepCopy

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

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

()

Source from the content-addressed store, hash-verified

510
511// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryStatus.
512func (in *RepositoryStatus) DeepCopy() *RepositoryStatus {
513 if in == nil {
514 return nil
515 }
516 out := new(RepositoryStatus)
517 in.DeepCopyInto(out)
518 return out
519}
520
521// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
522func (in *Storage) DeepCopyInto(out *Storage) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected