Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Get
Method
Get
flag_generic.go:33–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(f *genericValue) Get() any {
34
if
f.val != nil {
35
return
f.val.Get()
36
}
37
return
nil
38
}
39
40
func
(f *genericValue) String() string {
41
if
f.val != nil {
Callers
1
TestGenericValue
Function · 0.95
Calls
1
Get
Method · 0.65
Tested by
1
TestGenericValue
Function · 0.76