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

Method GetKvlistValue

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

Source from the content-addressed store, hash-verified

154}
155
156func (m *AnyValue) GetKvlistValue() *KeyValueList {
157 if x, ok := m.GetValue().(*AnyValue_KvlistValue); ok {
158 return x.KvlistValue
159 }
160 return nil
161}
162
163func (m *AnyValue) GetBytesValue() []byte {
164 if x, ok := m.GetValue().(*AnyValue_BytesValue); ok {

Callers 1

StringifyAnyValueFunction · 0.80

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected