HasNoCompactFlag returns true if the block has the nocompact flag set
(ctx context.Context, blockID uuid.UUID, tenantID string)
| 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 | } |
no outgoing calls