Add chunk reader impl
This commit is contained in:
@@ -22,5 +22,7 @@ class ChunkStore:
|
||||
|
||||
def delete_chunk(self, chunk_id: ChunkID):
|
||||
self.blob.delete(chunk_id)
|
||||
|
||||
|
||||
def get_chunk_file_path(self, chunk_id: ChunkID) -> str:
|
||||
return self.blob.get_full_path(chunk_id, False)
|
||||
|
||||
Reference in New Issue
Block a user