Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
var
exists =
struct
{}{}
4
5
type
stringSet
struct
{
6
v []string
7
m
map
[string]
struct
{}
8
}
9
10
func
NewStringSet() *stringSet {
11
s := &stringSet{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected