Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.)
210
type
Value
interface
{
211
String() string
212
Set(string) error
213
Type() string
214
}
Callers
15
String
Method · 0.65
String
Method · 0.65
String
Method · 0.65
createS2I64Flag
Function · 0.65
equalCIDR
Function · 0.65
createS2SFlag
Function · 0.65
String
Method · 0.65
TestPrintUsage
Function · 0.65
GetText
Method · 0.65
String
Method · 0.65
TestIP
Function · 0.65
TestEverything
Function · 0.65
Implementers
15
stringToIntValue
string_to_int.go
durationSliceValue
duration_slice.go
ipNetSliceValue
ipnet_slice.go
stringArrayValue
string_array.go
stringToInt64Value
string_to_int64.go
float64SliceValue
float64_slice.go
int32SliceValue
int32_slice.go
textValue
text.go
stringToStringValue
string_to_string.go
intSliceValue
int_slice.go
flagValueWrapper
golangflag.go
stringSliceValue
string_slice.go
Calls
no outgoing calls
Tested by
15
createS2I64Flag
Function · 0.52
equalCIDR
Function · 0.52
createS2SFlag
Function · 0.52
TestPrintUsage
Function · 0.52
TestIP
Function · 0.52
TestEverything
Function · 0.52
testParse
Function · 0.52
TestSetOutput
Function · 0.52
TestOutput
Function · 0.52
TestDeprecatedFlagInDocs
Function · 0.52
TestUnHiddenDeprecatedFlagInDocs
Function · 0.52
TestDeprecatedFlagShorthandInDocs
Function · 0.52