Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Names
Method
Names
flag_ext.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(e *extFlag) Names() []string {
33
return
[]string{e.f.Name}
34
}
35
36
func
(e *extFlag) IsSet() bool {
37
return
false
Callers
1
TestExtFlag
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestExtFlag
Function · 0.76