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

Struct stringSliceValue

string_slice.go:10–13  ·  string_slice.go::stringSliceValue

-- stringSlice Value

Source from the content-addressed store, hash-verified

8
9// -- stringSlice Value
10type stringSliceValue struct {
11 value *[]string
12 changed bool
13}
14
15func newStringSliceValue(val []string, p *[]string) *stringSliceValue {
16 ssv := new(stringSliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected