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

Method GetArrayValue

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

Source from the content-addressed store, hash-verified

147}
148
149func (m *AnyValue) GetArrayValue() *ArrayValue {
150 if x, ok := m.GetValue().(*AnyValue_ArrayValue); ok {
151 return x.ArrayValue
152 }
153 return nil
154}
155
156func (m *AnyValue) GetKvlistValue() *KeyValueList {
157 if x, ok := m.GetValue().(*AnyValue_KvlistValue); ok {

Callers 3

flattenForSelectAllFunction · 0.80
flattenForSelectAllFunction · 0.80
StringifyAnyValueFunction · 0.80

Calls 1

GetValueMethod · 0.95

Tested by 2

flattenForSelectAllFunction · 0.64
flattenForSelectAllFunction · 0.64