Skip to content

Commit

Permalink
Update storage TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Dec 16, 2023
1 parent ed22e8d commit 02b8f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (s *StorageHandler) InitDatabase() error {
return nil
}

// TODO: BatchGetBlockOffset(buckets []int, storageID int, blocks []string) (offsets map[int]int, err error)
// TODO: BatchGetBlockOffset(buckets []int, storageID int, blocks []string) (offsets map[int]int, isReal map[int]int, blockFound ma[int]int, err error)

// It returns a block offset based on the blocks argument.
//
Expand Down

0 comments on commit 02b8f9b

Please sign in to comment.