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

Method String

pkg/set/stringset.go:142–144  ·  view source on GitHub ↗

String - returns printable string of the set.

()

Source from the content-addressed store, hash-verified

140
141// String - returns printable string of the set.
142func (set StringSet) String() string {
143 return fmt.Sprintf("%s", set.ToSlice())
144}
145
146// NewStringSet - creates new string set.
147func NewStringSet() StringSet {

Callers 2

TestStringSetAddFunction · 0.95

Calls 1

ToSliceMethod · 0.95

Tested by 2

TestStringSetAddFunction · 0.76