MCPcopy
hub / github.com/NVIDIA/aistore / Add

Method Add

cmn/cos/common.go:255–259  ·  view source on GitHub ↗
(keys ...string)

Source from the content-addressed store, hash-verified

253}
254
255func (ss StringSet) Add(keys ...string) {
256 for _, key := range keys {
257 ss[key] = struct{}{}
258 }
259}
260
261func (ss StringSet) Contains(key string) (yes bool) {
262 _, yes = ss[key]

Callers 3

toSliceMethod · 0.95
retrieveBackendProvidersFunction · 0.95
WaitForClusterStateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected