MCPcopy
hub / github.com/spf13/pflag / stringArrayValue

Struct stringArrayValue

string_array.go:4–7  ·  string_array.go::stringArrayValue

-- stringArray Value

Source from the content-addressed store, hash-verified

2
3// -- stringArray Value
4type stringArrayValue struct {
5 value *[]string
6 changed bool
7}
8
9func newStringArrayValue(val []string, p *[]string) *stringArrayValue {
10 ssv := new(stringArrayValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected