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

Function float64p

pkg/util/metrics_helper_test.go:1112–1114  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

1110}
1111
1112func float64p(v float64) *float64 {
1113 return &v
1114}
1115
1116func uint64p(v uint64) *uint64 {
1117 return &v

Calls

no outgoing calls

Tested by

no test coverage detected