MCPcopy
hub / github.com/grafana/dskit / Delete

Method Delete

cache/tracing.go:73–75  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

71}
72
73func (t *SpanlessTracingCache) Delete(ctx context.Context, key string) error {
74 return t.next.Delete(ctx, key)
75}

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected