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

Function CopyStringSet

pkg/set/stringset.go:157–159  ·  view source on GitHub ↗

CopyStringSet - returns copy of given set.

(set StringSet)

Source from the content-addressed store, hash-verified

155
156// CopyStringSet - returns copy of given set.
157func CopyStringSet(set StringSet) StringSet {
158 return StringSet(Copy(Set[string](set)))
159}

Callers 4

AddMethod · 0.92
CopyConditionKeyMapFunction · 0.92
mergeConditionKeyMapFunction · 0.92
TestCopyStringSetFunction · 0.85

Calls 2

StringSetTypeAlias · 0.85
CopyFunction · 0.85

Tested by 1

TestCopyStringSetFunction · 0.68