Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
func
strPtr(s string) *string {
23
return
&s
24
}
25
26
func
float64Ptr(f float64) *float64 {
27
return
&f
Callers
9
Test_overridesValidator
Function · 0.70
TestFetchTagNames
Function · 0.50
TestFetchTagNamesWithOrConditions
Function · 0.50
TestBackendBlockSearch
Function · 0.50
TestFetchTagNames
Function · 0.50
TestFetchTagNamesWithOrConditions
Function · 0.50
TestTraceToParquet
Function · 0.50
TestDedicatedColumn_readValue
Function · 0.50
TestDedicatedColumn_writeValue
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected