Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ GetValue
Method
GetValue
flag_ext.go:56–58 · flag_ext.go::extFlag.GetValue
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(e *extFlag) GetValue() string {
57
return
e.f.Value.String()
58
}
59
60
func
(e *extFlag) GetDefaultText() string {
61
return
e.f.DefValue
Callers
3
TestIntFlagExt
Function · 0.95
TestExtFlag
Function · 0.95
TestUintFlagExt
Function · 0.95
Calls
1
String
Method · 0.45
Tested by
3
TestIntFlagExt
Function · 0.76
TestExtFlag
Function · 0.76
TestUintFlagExt
Function · 0.76