MCPcopy Index your code
hub / github.com/cli/cli / RemoveValues

Method RemoveValues

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

Source from the content-addressed store, hash-verified

51}
52
53func (s *stringSet) RemoveValues(values []string) {
54 for _, v := range values {
55 s.Remove(v)
56 }
57}
58
59func (s *stringSet) Contains(value string) bool {
60 _, c := s.m[value]

Callers 8

refreshRunFunction · 0.80
editRunFunction · 0.80
AssigneeIdsMethod · 0.80
AssigneeLoginsMethod · 0.80
ProjectIdsMethod · 0.80
ProjectV2IdsMethod · 0.80
updatePullRequestReviewsFunction · 0.80
PullRequestGraphQLFunction · 0.80

Implementers 1

stringSetpkg/set/string_set.go

Calls 1

RemoveMethod · 0.95

Tested by

no test coverage detected