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

Method Name

cache/tracing.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (t *SpanlessTracingCache) Name() string {
66 return t.next.Name()
67}
68
69func (t *SpanlessTracingCache) Stop() {
70 t.next.Stop()

Callers 1

GetMultiWithErrorMethod · 0.95

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected