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

Struct int64SliceValue

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

-- int64Slice Value

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected