MCPcopy
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
69func (t *SpanlessTracingCache) Stop() {
70 t.next.Stop()
71}
72
73func (t *SpanlessTracingCache) Delete(ctx context.Context, key string) error {
74 return t.next.Delete(ctx, key)

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected