Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ stringSet
Interface
stringSet
pkg/cmd/status/status.go:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
type
stringSet
interface
{
168
Len() int
169
Add(string)
170
ToSlice() []string
171
}
172
173
type
StatusGetter
struct
{
174
Client *http.Client
Callers
59
TestRecordTelemetry
Function · 0.65
TestRecordTelemetryForSubcommands
Function · 0.65
exportData
Method · 0.65
Map
Method · 0.65
TestList
Function · 0.65
TestSearch
Function · 0.65
TestListCategories
Function · 0.65
TestGetWithComments
Function · 0.65
Test_viewRun
Function · 0.65
Test_listRun
Function · 0.65
refreshRun
Function · 0.65
Test_viewRun
Function · 0.65
Implementers
1
stringSet
pkg/set/string_set.go
Calls
no outgoing calls
Tested by
no test coverage detected