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

Struct stringToInt64Value

string_to_int64.go:11–14  ·  view source on GitHub ↗

-- stringToInt64 Value

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected