Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1112
func
float64p(v float64) *float64 {
1113
return
&v
1114
}
1115
1116
func
uint64p(v uint64) *uint64 {
1117
return
&v
Callers
2
TestSendSumOfHistogramsWithLabels
Function · 0.85
TestSendSumOfSummariesPerUser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected