MCPcopy
hub / github.com/cli/cli / stringSet

Struct stringSet

pkg/set/string_set.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3var exists = struct{}{}
4
5type stringSet struct {
6 v []string
7 m map[string]struct{}
8}
9
10func NewStringSet() *stringSet {
11 s := &stringSet{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected