Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nikivdev/go
/ Set
Method
Set
cli/spec/main.go:78–81 ·
view source on GitHub ↗
(value string)
Source
from the content-addressed store, hash-verified
76
}
77
78
func
(s *stringListFlag) Set(value string) error {
79
*s = append(*s, value)
80
return
nil
81
}
82
83
func
main() {
84
if
len(os.Args) > 1 {
Callers
2
publishReview
Function · 0.80
fetchReviewComments
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected