MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Len

Method Len

module/catalogue/tree.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127type Groups []*Group
128
129func (g Groups) Len() int {
130 return len(g)
131}
132
133func (g Groups) Less(i, j int) bool {
134 if g[i].Depth == g[j].Depth {

Callers 1

ExportAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected