MCPcopy
hub / github.com/im2nguyen/rover / Set

Method Set

main.go:42–45  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

40}
41
42func (i *arrayFlags) Set(value string) error {
43 *i = append(*i, value)
44 return nil
45}
46
47type rover struct {
48 Name string

Callers 2

startServerMethod · 0.80
enableCorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected