Clear clears the block's data. Returns an error if the clear operation fails.
()
| 145 | // Clear clears the block's data. |
| 146 | // Returns an error if the clear operation fails. |
| 147 | Clear() error |
| 148 | |
| 149 | // Tombstone marks the block deleted by renaming meta.json to |
| 150 | // meta.deleted.json. Data files stay on disk for in-flight readers |
no outgoing calls