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

Method byteArray

pkg/parquetquery/intern/intern.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (v *pqValue) byteArray() []byte {
77 return bytesFromPtr(v.ptr, int(v.u64))
78}

Callers 1

UnsafeCloneMethod · 0.80

Calls 1

bytesFromPtrFunction · 0.85

Tested by

no test coverage detected