Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
func
(t *SpanlessTracingCache) Delete(ctx context.Context, key string) error {
74
return
t.next.Delete(ctx, key)
75
}
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected