Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
119
type
Children []*Node
120
121
func
(a Children) Len() int {
return
len(a) }
122
func
(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
Callers
11
UnwrapSlice
Method · 0.45
DecodeHook
Function · 0.45
setDefaultEntities
Function · 0.45
TestUnmarshallMigrationScript
Function · 0.45
TestSanitizeOperationEntries_SkipsNulls
Function · 0.45
TestSanitizeOperationEntries_PreservesOperationState
Function · 0.45
TestSanitizeOperationEntries_TrimsWhitespace
Function · 0.45
TestQDev_BasicPluginMethods
Function · 0.45
TestQDev_TaskDataWithAccountId
Function · 0.45
TestQDev_TaskDataWithoutIdentityClient
Function · 0.45
TestQDevTaskData_AllFields
Function · 0.45
Calls
no outgoing calls
Tested by
8
TestUnmarshallMigrationScript
Function · 0.36
TestSanitizeOperationEntries_SkipsNulls
Function · 0.36
TestSanitizeOperationEntries_PreservesOperationState
Function · 0.36
TestSanitizeOperationEntries_TrimsWhitespace
Function · 0.36
TestQDev_BasicPluginMethods
Function · 0.36
TestQDev_TaskDataWithAccountId
Function · 0.36
TestQDev_TaskDataWithoutIdentityClient
Function · 0.36
TestQDevTaskData_AllFields
Function · 0.36