Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ String
Method
String
flag_generic.go:40–45 · flag_generic.go::genericValue.String
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(f *genericValue) String() string {
41
if
f.val != nil {
42
return
f.val.String()
43
}
44
return
""
45
}
46
47
func
(f *genericValue) IsBoolFlag() bool {
48
if
f.val == nil {
Callers
2
ToString
Method · 0.95
TestGenericValue
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestGenericValue
Function · 0.76