Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ strArrPtr
Function
strArrPtr
cmd/tempo/app/overrides_validation_test.go:34–36 ·
view source on GitHub ↗
(s []string)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
strArrPtr(s []string) *[]string {
35
return
&s
36
}
37
38
func
dimensionMappingsPtr(d []sharedconfig.DimensionMappings) *[]sharedconfig.DimensionMappings {
39
return
&d
Callers
1
Test_overridesValidator
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected