MCPcopy
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
64func (s *stringSet) Len() int {
65 return len(s.m)
66}
67
68func (s *stringSet) ToSlice() []string {
69 return s.v

Callers 1

EqualMethod · 0.95

Implementers 1

stringSetpkg/set/string_set.go

Calls

no outgoing calls

Tested by

no test coverage detected