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

Function intKV

tempodb/tempodb_search_test.go:2102–2107  ·  view source on GitHub ↗
(k string, v int)

Source from the content-addressed store, hash-verified

2100}
2101
2102func intKV(k string, v int) *v1_common.KeyValue {
2103 return &v1_common.KeyValue{
2104 Key: k,
2105 Value: &v1_common.AnyValue{Value: &v1_common.AnyValue_IntValue{IntValue: int64(v)}},
2106 }
2107}
2108
2109func boolKV(k string) *v1_common.KeyValue {
2110 return &v1_common.KeyValue{

Callers 1

makeExpectedTraceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected