MCPcopy
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
34func strArrPtr(s []string) *[]string {
35 return &s
36}
37
38func dimensionMappingsPtr(d []sharedconfig.DimensionMappings) *[]sharedconfig.DimensionMappings {
39 return &d

Callers 1

Test_overridesValidatorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected