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

Method Find

tempodb/backend/raw.go:319–321  ·  view source on GitHub ↗

Find implements backend.Reader

(ctx context.Context, keypath KeyPath, f FindFunc)

Source from the content-addressed store, hash-verified

317
318// Find implements backend.Reader
319func (r *reader) Find(ctx context.Context, keypath KeyPath, f FindFunc) error {
320 return r.r.Find(ctx, keypath, f)
321}
322
323// Shutdown implements backend.Reader
324func (r *reader) Shutdown() {

Callers

nothing calls this directly

Calls 1

FindMethod · 0.65

Tested by

no test coverage detected