Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ Stop
Method
Stop
cache/tracing.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(t *SpanlessTracingCache) Stop() {
70
t.next.Stop()
71
}
72
73
func
(t *SpanlessTracingCache) Delete(ctx context.Context, key string) error {
74
return
t.next.Delete(ctx, key)
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected