MCPcopy
hub / github.com/grafana/tempo / Shutdown

Method Shutdown

tempodb/backend/cache/cache.go:134–136  ·  view source on GitHub ↗

Shutdown implements backend.RawReader

()

Source from the content-addressed store, hash-verified

132
133// Shutdown implements backend.RawReader
134func (r *readerWriter) Shutdown() {
135 r.nextReader.Shutdown()
136}
137
138// Write implements backend.Writer
139func (r *readerWriter) Write(ctx context.Context, name string, keypath backend.KeyPath, data io.Reader, size int64, cacheInfo *backend.CacheInfo) error {

Callers

nothing calls this directly

Calls 1

ShutdownMethod · 0.65

Tested by

no test coverage detected