MCPcopy
hub / github.com/1Panel-dev/KubePi / NewStringSet

Function NewStringSet

pkg/collections/set.go:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7func NewStringSet() *StringSet {
8 ss := StringSet{}
9 ss.data = map[string]interface{}{}
10 return &ss
11}
12
13func (s *StringSet) Add(item string) {
14 s.data[item] = nil

Callers 8

CanVisitAllNamespaceMethod · 0.92
GetUserNamespaceNamesMethod · 0.92
apiResourceHandlerFunction · 0.92
SearchUsersMethod · 0.92
GetUserMethod · 0.92
UpdateUserMethod · 0.92
GetClusterMemberMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected