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

Struct stringToIntValue

string_to_int.go:11–14  ·  string_to_int.go::stringToIntValue

-- stringToInt Value

Source from the content-addressed store, hash-verified

9
10// -- stringToInt Value
11type stringToIntValue struct {
12 value *map[string]int
13 changed bool
14}
15
16func newStringToIntValue(val map[string]int, p *map[string]int) *stringToIntValue {
17 ssv := new(stringToIntValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected