Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ Len
Method
Len
cf/flags/flags_usage.go:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
type
flags []flagPresenter
67
68
func
(f flags) Len() int {
69
return
len(f)
70
}
71
72
func
(f flags) Less(i, j int) bool {
73
return
(f[i].comparableString() < f[j].comparableString())
Callers
9
toString
Method · 0.95
MapStr
Function · 0.45
displayFormData
Method · 0.45
Resources
Method · 0.45
Match
Method · 0.45
Match
Method · 0.45
Match
Method · 0.45
extractSlice
Function · 0.45
NameFromGUID
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected