Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
(s *stringSet) RemoveValues(values []string) {
54
for
_, v :=
range
values {
55
s.Remove(v)
56
}
57
}
58
59
func
(s *stringSet) Contains(value string) bool {
60
_, c := s.m[value]
Callers
8
refreshRun
Function · 0.80
editRun
Function · 0.80
AssigneeIds
Method · 0.80
AssigneeLogins
Method · 0.80
ProjectIds
Method · 0.80
ProjectV2Ids
Method · 0.80
updatePullRequestReviews
Function · 0.80
PullRequestGraphQL
Function · 0.80
Implementers
1
stringSet
pkg/set/string_set.go
Calls
1
Remove
Method · 0.95
Tested by
no test coverage detected