Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
func
(s *StringSet) Exists(item string) bool {
18
_, ok := s.data[item]
19
return
ok
20
}
21
22
func
(s *StringSet) Difference(items []string) []string {
23
result := make([]string, 0)
Callers
1
UpdateUser
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected