MCPcopy Index your code
hub / github.com/apache/devlake / Len

Method Len

backend/plugins/tapd/api/remote_api.go:121–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119type Children []*Node
120
121func (a Children) Len() int { return len(a) }
122func (a Children) Less(i, j int) bool {
123 if a[i].entry.Type != a[j].entry.Type {
124 return a[i].entry.Type < a[j].entry.Type

Calls

no outgoing calls