MCPcopy 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
167type stringSet interface {
168 Len() int
169 Add(string)
170 ToSlice() []string
171}
172
173type StatusGetter struct {
174 Client *http.Client

Callers 59

TestRecordTelemetryFunction · 0.65
exportDataMethod · 0.65
MapMethod · 0.65
TestListFunction · 0.65
TestSearchFunction · 0.65
TestListCategoriesFunction · 0.65
TestGetWithCommentsFunction · 0.65
Test_viewRunFunction · 0.65
Test_listRunFunction · 0.65
refreshRunFunction · 0.65
Test_viewRunFunction · 0.65

Implementers 1

stringSetpkg/set/string_set.go

Calls

no outgoing calls

Tested by

no test coverage detected