MCPcopy
hub / github.com/NVIDIA/aistore / Clone

Method Clone

cluster/map.go:212–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func (d *Snode) Clone() *Snode {
213 var dst Snode
214 cos.CopyStruct(&dst, d)
215 return &dst
216}
217
218func (d *Snode) isDuplicate(n *Snode) error {
219 var (

Callers

nothing calls this directly

Calls 1

CopyStructFunction · 0.92

Tested by

no test coverage detected