MCPcopy Index your code
hub / github.com/cortexproject/cortex / sortTokens

Function sortTokens

pkg/ruler/ruler_test.go:2450–2453  ·  view source on GitHub ↗
(tokens []uint32)

Source from the content-addressed store, hash-verified

2448}
2449
2450func sortTokens(tokens []uint32) []uint32 {
2451 slices.Sort(tokens)
2452 return tokens
2453}
2454
2455func Test_LoadPartialGroups(t *testing.T) {
2456 const (

Callers 2

TestShardingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected