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

Method GetDoubleValue

pkg/tempopb/common/v1/common.pb.go:142–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func (m *AnyValue) GetDoubleValue() float64 {
143 if x, ok := m.GetValue().(*AnyValue_DoubleValue); ok {
144 return x.DoubleValue
145 }
146 return 0
147}
148
149func (m *AnyValue) GetArrayValue() *ArrayValue {
150 if x, ok := m.GetValue().(*AnyValue_ArrayValue); ok {

Callers 3

GetSpanMultiplierFunction · 0.80
matchesAnyFilterFunction · 0.80
StringifyAnyValueFunction · 0.80

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected