MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / Delete

Method Delete

pkg/funclet/runtime/cgroup/string.go:56–60  ·  view source on GitHub ↗

Delete removes all items from the set.

(items ...string)

Source from the content-addressed store, hash-verified

54
55// Delete removes all items from the set.
56func (s String) Delete(items ...string) {
57 for _, item := range items {
58 delete(s, item)
59 }
60}
61
62// Has returns true if and only if item is contained in the set.
63func (s String) Has(item string) bool {

Callers 1

PopAnyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected