Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
212
func
(d *Snode) Clone() *Snode {
213
var
dst Snode
214
cos.CopyStruct(&dst, d)
215
return
&dst
216
}
217
218
func
(d *Snode) isDuplicate(n *Snode) error {
219
var
(
Callers
nothing calls this directly
Calls
1
CopyStruct
Function · 0.92
Tested by
no test coverage detected