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

Method Add

pkg/set/stringset.go:65–67  ·  view source on GitHub ↗

Add - adds string to the set.

(s string)

Source from the content-addressed store, hash-verified

63
64// Add - adds string to the set.
65func (set StringSet) Add(s string) {
66 Set[string](set).Add(s)
67}
68
69// Remove - removes string in the set. It does nothing if string does not exist in the set.
70func (set StringSet) Remove(s string) {

Callers 9

EqualEventTypeListFunction · 0.95
EqualFilterRuleListFunction · 0.95
AddTopicMethod · 0.95
AddQueueMethod · 0.95
AddLambdaMethod · 0.95
GetPolicyFunction · 0.95
GetPoliciesFunction · 0.95
UnmarshalJSONMethod · 0.95
TestStringSetAddFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStringSetAddFunction · 0.76