MCPcopy Create free account
hub / github.com/cortexproject/cortex / uint64p

Function uint64p

pkg/util/metrics_helper_test.go:1116–1118  ·  view source on GitHub ↗
(v uint64)

Source from the content-addressed store, hash-verified

1114}
1115
1116func uint64p(v uint64) *uint64 {
1117 return &v
1118}
1119
1120func BenchmarkGetLabels_SmallSet(b *testing.B) {
1121 m := prometheus.NewCounterVec(prometheus.CounterOpts{

Calls

no outgoing calls

Tested by

no test coverage detected