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

Method GetBoolValue

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

Source from the content-addressed store, hash-verified

126}
127
128func (m *AnyValue) GetBoolValue() bool {
129 if x, ok := m.GetValue().(*AnyValue_BoolValue); ok {
130 return x.BoolValue
131 }
132 return false
133}
134
135func (m *AnyValue) GetIntValue() int64 {
136 if x, ok := m.GetValue().(*AnyValue_IntValue); ok {

Callers 2

matchesAnyFilterFunction · 0.80
StringifyAnyValueFunction · 0.80

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected