Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ float64Ptr
Function
float64Ptr
cmd/tempo/app/overrides_validation_test.go:26–28 ·
view source on GitHub ↗
(f float64)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
float64Ptr(f float64) *float64 {
27
return
&f
28
}
29
30
func
boolMapPtr(m
map
[string]bool) *
map
[string]bool {
31
return
&m
Callers
1
Test_overridesValidator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected