MCPcopy
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
26func float64Ptr(f float64) *float64 {
27 return &f
28}
29
30func boolMapPtr(m map[string]bool) *map[string]bool {
31 return &m

Callers 1

Test_overridesValidatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected