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

Struct intSliceValue

int_slice.go:10–13  ·  view source on GitHub ↗

-- intSlice Value

Source from the content-addressed store, hash-verified

8
9// -- intSlice Value
10type intSliceValue struct {
11 value *[]int
12 changed bool
13}
14
15func newIntSliceValue(val []int, p *[]int) *intSliceValue {
16 isv := new(intSliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected