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

Method DeleteVersioned

tempodb/backend/versioned.go:61–63  ·  view source on GitHub ↗
(ctx context.Context, name string, keypath KeyPath, _ Version)

Source from the content-addressed store, hash-verified

59}
60
61func (f *FakeVersionedReaderWriter) DeleteVersioned(ctx context.Context, name string, keypath KeyPath, _ Version) error {
62 return f.Delete(ctx, name, keypath, nil)
63}

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected