MCPcopy
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

18type Int64Array []int64
19
20func (s Int64Array) Len() int { return len(s) }
21func (s Int64Array) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
22func (s Int64Array) Less(i, j int) bool { return s[i] < s[j] }
23

Callers 4

TestEnumMutatorFunction · 0.45
TestMembershipMutatorFunction · 0.45
TestSubscriberMutatorFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestEnumMutatorFunction · 0.36
TestMembershipMutatorFunction · 0.36
TestSubscriberMutatorFunction · 0.36