MCPcopy
hub / github.com/cli/cli / AddValues

Method AddValues

pkg/set/string_set.go:25–29  ·  view source on GitHub ↗
(values []string)

Source from the content-addressed store, hash-verified

23}
24
25func (s *stringSet) AddValues(values []string) {
26 for _, v := range values {
27 s.Add(v)
28 }
29}
30
31func (s *stringSet) Remove(value string) {
32 if !s.Contains(value) {

Callers 15

setupJsonFlagsFunction · 0.80
ResolverMethod · 0.80
refreshRunFunction · 0.80
handleErrorFunction · 0.80
viewRunFunction · 0.80
FindIssueOrPRFunction · 0.80
createRunFunction · 0.80
editRunFunction · 0.80
FindMethod · 0.80
findForRefsFunction · 0.80
AssigneeIdsMethod · 0.80
AssigneeLoginsMethod · 0.80

Implementers 1

stringSetpkg/set/string_set.go

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected