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

Method DeleteNoCompactFlag

tempodb/backend/raw.go:184–186  ·  view source on GitHub ↗

DeleteNoCompactFlag implements backend.Writer

(ctx context.Context, blockID uuid.UUID, tenantID string)

Source from the content-addressed store, hash-verified

182
183// DeleteNoCompactFlag implements backend.Writer
184func (w *writer) DeleteNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) error {
185 return w.w.Delete(ctx, NoCompactFileName, KeyPathForBlock(blockID, tenantID), nil)
186}
187
188type reader struct {
189 r RawReader

Callers

nothing calls this directly

Calls 2

KeyPathForBlockFunction · 0.85
DeleteMethod · 0.65

Tested by

no test coverage detected