Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ Len
Method
Len
pkg/set/string_set.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(s *stringSet) Len() int {
65
return
len(s.m)
66
}
67
68
func
(s *stringSet) ToSlice() []string {
69
return
s.v
Callers
1
Equal
Method · 0.95
Implementers
1
stringSet
pkg/set/string_set.go
Calls
no outgoing calls
Tested by
no test coverage detected