Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/aresdb
/ Len
Method
Len
utils/sort_utils.go:20–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
type
Int64Array []int64
19
20
func
(s Int64Array) Len() int {
return
len(s) }
21
func
(s Int64Array) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
22
func
(s Int64Array) Less(i, j int) bool {
return
s[i] < s[j] }
23
Callers
4
TestEnumMutator
Function · 0.45
TestMembershipMutator
Function · 0.45
TestSubscriberMutator
Function · 0.45
TestIngestionAssignmentTask
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestEnumMutator
Function · 0.36
TestMembershipMutator
Function · 0.36
TestSubscriberMutator
Function · 0.36
TestIngestionAssignmentTask
Function · 0.36