Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/KubePi
/ Add
Method
Add
pkg/collections/set.go:13–15 ·
view source on GitHub ↗
(item string)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
(s *StringSet) Add(item string) {
14
s.data[item] = nil
15
}
16
17
func
(s *StringSet) Exists(item string) bool {
18
_, ok := s.data[item]
Callers
6
CanVisitAllNamespace
Method · 0.95
GetUserNamespaceNames
Method · 0.95
SearchUsers
Method · 0.95
GetUser
Method · 0.95
UpdateUser
Method · 0.95
GetClusterMember
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected