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

Method HasNoCompactFlag

tempodb/backend/backend.go:82–82  ·  view source on GitHub ↗

HasNoCompactFlag returns true if the block has the nocompact flag set

(ctx context.Context, blockID uuid.UUID, tenantID string)

Source from the content-addressed store, hash-verified

80 Find(ctx context.Context, keypath KeyPath, f FindFunc) error
81 // HasNoCompactFlag returns true if the block has the nocompact flag set
82 HasNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) (bool, error)
83 // Shutdown shuts...down?
84 Shutdown()
85}

Callers 7

TestNoCompactFlagFunction · 0.95
TestNoCompactFlagFunction · 0.65
CopyBlockFunction · 0.65
CopyBlockFunction · 0.65
pollBlockMethod · 0.65

Calls

no outgoing calls

Tested by 4

TestNoCompactFlagFunction · 0.76
TestNoCompactFlagFunction · 0.52