MCPcopy Index your code
hub / github.com/1Panel-dev/KubePi / Exists

Method Exists

pkg/collections/set.go:17–20  ·  view source on GitHub ↗
(item string)

Source from the content-addressed store, hash-verified

15}
16
17func (s *StringSet) Exists(item string) bool {
18 _, ok := s.data[item]
19 return ok
20}
21
22func (s *StringSet) Difference(items []string) []string {
23 result := make([]string, 0)

Callers 1

UpdateUserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected