MCPcopy Create free account
hub / github.com/cli/cli / stringSet

Interface stringSet

pkg/cmd/status/status.go:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166type stringSet interface {
167 Len() int
168 Add(string)
169 ToSlice() []string
170}
171
172type StatusGetter struct {
173 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
publishReleaseFunction · 0.65
refreshRunFunction · 0.65

Implementers 1

stringSetpkg/set/string_set.go

Calls

no outgoing calls

Tested by

no test coverage detected