Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ RandRange
Function
RandRange
integration/e2e/util.go:258–260 ·
view source on GitHub ↗
(rnd *rand.Rand, min, max int64)
Source
from the content-addressed store, hash-verified
256
}
257
258
func
RandRange(rnd *rand.Rand, min, max int64) int64 {
259
return
rnd.Int63n(max-min) + min
260
}
261
262
func
CreateNHBlock(
263
ctx context.Context,
Callers
4
TestStoreGatewayLazyExpandedPostingsSeriesFuzz
Function · 0.92
TestStoreGatewayLazyExpandedPostingsSeriesFuzzWithPrometheus
Function · 0.92
CreateNHBlock
Function · 0.85
CreateBlock
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestStoreGatewayLazyExpandedPostingsSeriesFuzz
Function · 0.74
TestStoreGatewayLazyExpandedPostingsSeriesFuzzWithPrometheus
Function · 0.74