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

Function ptr

tempodb/encoding/vparquet5/block_traceql_test.go:2031–2033  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

2029}
2030
2031func ptr[T any](v T) *T {
2032 return &v
2033}
2034
2035func attr(key string, val any) Attribute {
2036 switch val := val.(type) {

Callers 2

TestMultiBlockIteratorFunction · 0.70
TestTraceToParquetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected