Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
127
type
Groups []*Group
128
129
func
(g Groups) Len() int {
130
return
len(g)
131
}
132
133
func
(g Groups) Less(i, j int) bool {
134
if
g[i].Depth == g[j].Depth {
Callers
1
ExportAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected