Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
157
func
CopyStringSet(set StringSet) StringSet {
158
return
StringSet(Copy(Set[string](set)))
159
}
Callers
4
Add
Method · 0.92
CopyConditionKeyMap
Function · 0.92
mergeConditionKeyMap
Function · 0.92
TestCopyStringSet
Function · 0.85
Calls
2
StringSet
TypeAlias · 0.85
Copy
Function · 0.85
Tested by
1
TestCopyStringSet
Function · 0.68