MCPcopy 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
78func (s *stringListFlag) Set(value string) error {
79 *s = append(*s, value)
80 return nil
81}
82
83func main() {
84 if len(os.Args) > 1 {

Callers 2

publishReviewFunction · 0.80
fetchReviewCommentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected