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

Struct int32SliceValue

int32_slice.go:10–13  ·  int32_slice.go::int32SliceValue

-- int32Slice Value

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected