MCPcopy
hub / github.com/grafana/tempo / strPtr

Function strPtr

cmd/tempo/app/overrides_validation_test.go:22–24  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

20)
21
22func strPtr(s string) *string {
23 return &s
24}
25
26func float64Ptr(f float64) *float64 {
27 return &f

Callers 9

Test_overridesValidatorFunction · 0.70
TestFetchTagNamesFunction · 0.50
TestBackendBlockSearchFunction · 0.50
TestFetchTagNamesFunction · 0.50
TestTraceToParquetFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected