Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
func
(s *stringSet) AddValues(values []string) {
26
for
_, v :=
range
values {
27
s.Add(v)
28
}
29
}
30
31
func
(s *stringSet) Remove(value string) {
32
if
!s.Contains(value) {
Callers
15
setupJsonFlags
Function · 0.80
Resolver
Method · 0.80
refreshRun
Function · 0.80
handleError
Function · 0.80
viewRun
Function · 0.80
FindIssueOrPR
Function · 0.80
createRun
Function · 0.80
editRun
Function · 0.80
Find
Method · 0.80
findForRefs
Function · 0.80
AssigneeIds
Method · 0.80
AssigneeLogins
Method · 0.80
Implementers
1
stringSet
pkg/set/string_set.go
Calls
1
Add
Method · 0.95
Tested by
no test coverage detected