MCPcopy
hub / github.com/minio/minio-go / CopyIntSet

Function CopyIntSet

pkg/set/intset.go:125–127  ·  view source on GitHub ↗

CopyIntSet - returns copy of given set.

(set IntSet)

Source from the content-addressed store, hash-verified

123
124// CopyIntSet - returns copy of given set.
125func CopyIntSet(set IntSet) IntSet {
126 return IntSet(Copy(Set[int](set)))
127}

Callers

nothing calls this directly

Calls 2

IntSetTypeAlias · 0.85
CopyFunction · 0.85

Tested by

no test coverage detected