Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
func
newBatchStore() *batchStore {
25
return
&batchStore{
26
byTenant: make(
map
[string]*tempopb.RedactionBatch),
27
}
28
}
29
30
func
(b *batchStore) add(batch *tempopb.RedactionBatch) error {
31
b.mu.Lock()
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected