MCPcopy 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

66type flags []flagPresenter
67
68func (f flags) Len() int {
69 return len(f)
70}
71
72func (f flags) Less(i, j int) bool {
73 return (f[i].comparableString() < f[j].comparableString())

Callers 9

toStringMethod · 0.95
MapStrFunction · 0.45
displayFormDataMethod · 0.45
ResourcesMethod · 0.45
MatchMethod · 0.45
MatchMethod · 0.45
MatchMethod · 0.45
extractSliceFunction · 0.45
NameFromGUIDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected