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

Method Type

flag.go:213–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 String() string
212 Set(string) error
213 Type() string
214}
215
216// SliceValue is a secondary interface to all flags which hold a list

Callers 7

newTextValueFunction · 0.65
TypeMethod · 0.65
GetTextMethod · 0.65
GetTimeMethod · 0.65
getFlagTypeMethod · 0.65
UnquoteUsageFunction · 0.65
FlagUsagesWrappedMethod · 0.65

Implementers 15

stringToIntValuestring_to_int.go
durationSliceValueduration_slice.go
ipNetSliceValueipnet_slice.go
stringArrayValuestring_array.go
stringToInt64Valuestring_to_int64.go
float64SliceValuefloat64_slice.go
int32SliceValueint32_slice.go
textValuetext.go
stringToStringValuestring_to_string.go
intSliceValueint_slice.go
flagValueWrappergolangflag.go
stringSliceValuestring_slice.go

Calls

no outgoing calls

Tested by

no test coverage detected