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

Function newBatchStore

modules/backendscheduler/work/batch.go:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func newBatchStore() *batchStore {
25 return &batchStore{
26 byTenant: make(map[string]*tempopb.RedactionBatch),
27 }
28}
29
30func (b *batchStore) add(batch *tempopb.RedactionBatch) error {
31 b.mu.Lock()

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected