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

Method String

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

Source from the content-addressed store, hash-verified

209// (The default value is represented as a string.)
210type Value interface {
211 String() string
212 Set(string) error
213 Type() string
214}

Callers 15

StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
createS2I64FlagFunction · 0.65
equalCIDRFunction · 0.65
createS2SFlagFunction · 0.65
StringMethod · 0.65
TestPrintUsageFunction · 0.65
GetTextMethod · 0.65
StringMethod · 0.65
TestIPFunction · 0.65
TestEverythingFunction · 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 15

createS2I64FlagFunction · 0.52
equalCIDRFunction · 0.52
createS2SFlagFunction · 0.52
TestPrintUsageFunction · 0.52
TestIPFunction · 0.52
TestEverythingFunction · 0.52
testParseFunction · 0.52
TestSetOutputFunction · 0.52
TestOutputFunction · 0.52
TestDeprecatedFlagInDocsFunction · 0.52