MCPcopy
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
800func boolPtr(b bool) *bool {
801 return &b
802}
803
804func histogramModePtr(h histograms.HistogramMethod) *histograms.HistogramMethod {
805 return &h

Callers 6

TestOverridesAPI_GETFunction · 0.70
TestOverridesAPI_POSTFunction · 0.70
TestOverridesAPI_PATCHFunction · 0.70
TestOverridesAPI_DELETEFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected