Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ FlagsByName
TypeAlias
FlagsByName
flag.go:69–69 ·
view source on GitHub ↗
FlagsByName is a slice of Flag.
Source
from the content-addressed store, hash-verified
67
68
// FlagsByName is a slice of Flag.
69
type
FlagsByName []Flag
70
71
func
(f FlagsByName) Len() int {
72
return
len(f)
Callers
1
TestFlagsByName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected