MCPcopy Create free account
hub / github.com/catvec/net-test / Set

Method Set

main.go:51–55  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

49}
50
51func (a *StrArrFlag) Set(value string) error {
52 a.data = append(a.data, value)
53
54 return nil
55}
56
57func (a StrArrFlag) Get() []string {
58 return a.data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected