You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(blockstore): drop unused Spool methods (PutBlock, Has, Remove)
PutBlock had no callers and *Spool was never consumed as a BlockWriter
(the only implementer of that interface is bucketop.Tx); Has and Remove
had no callers either. Remove all three and the now-unsatisfiable
BlockWriter compile-time assertion, leaving Spool at Path/WriteBlob/
OpenBlob/GetBlock. GetBlock stays because Layered holds the spool as a
BlockReader.
Has/Remove are the spool's eviction primitives and will return with the
spool eviction policy (#26), shaped to what that driver needs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments