Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ boolPtr
Function
boolPtr
integration/api/overrides_api_test.go:800–802 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
798
}
799
800
func
boolPtr(b bool) *bool {
801
return
&b
802
}
803
804
func
histogramModePtr(h histograms.HistogramMethod) *histograms.HistogramMethod {
805
return
&h
Callers
6
TestOverridesWithObjectStorage
Function · 0.70
TestOverridesAPI_GET
Function · 0.70
TestOverridesAPI_POST
Function · 0.70
TestOverridesAPI_PATCH
Function · 0.70
TestOverridesAPI_DELETE
Function · 0.70
TestOverridesAPI_SpanNameSanitization
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected