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

Struct uintSliceValue

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

-- uintSlice Value

Source from the content-addressed store, hash-verified

8
9// -- uintSlice Value
10type uintSliceValue struct {
11 value *[]uint
12 changed bool
13}
14
15func newUintSliceValue(val []uint, p *[]uint) *uintSliceValue {
16 uisv := new(uintSliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected