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

Method Len

pkg/cmd/status/status.go:168–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166
167type stringSet interface {
168 Len() int
169 Add(string)
170 ToSlice() []string
171}

Callers 15

TestRecordTelemetryFunction · 0.65
exportDataMethod · 0.65
MapMethod · 0.65
TestListFunction · 0.65
TestSearchFunction · 0.65
TestListCategoriesFunction · 0.65
TestGetWithCommentsFunction · 0.65
TestGetCommentRepliesFunction · 0.65
TestSwitchRunFunction · 0.65

Implementers 1

stringSetpkg/set/string_set.go

Calls

no outgoing calls

Tested by 15

TestRecordTelemetryFunction · 0.52
TestListFunction · 0.52
TestSearchFunction · 0.52
TestListCategoriesFunction · 0.52
TestGetWithCommentsFunction · 0.52
TestGetCommentRepliesFunction · 0.52
TestSwitchRunFunction · 0.52