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

Function NewWithSize

pkg/parquetquery/intern/intern.go:23–25  ·  view source on GitHub ↗
(size int)

Source from the content-addressed store, hash-verified

21}
22
23func NewWithSize(size int) *Interner {
24 return &Interner{m: make(map[string][]byte, size)}
25}
26
27func (i *Interner) UnsafeClone(v *pq.Value) pq.Value {
28 switch v.Kind() {

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected