mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-31 15:16:12 +00:00
cleanup
This commit is contained in:
parent
0d0fe0cc7a
commit
8a3bb9602d
@ -39,6 +39,7 @@ func getCell*[T, H](
|
|||||||
self: DataSampler[T, H],
|
self: DataSampler[T, H],
|
||||||
blkBytes: seq[byte],
|
blkBytes: seq[byte],
|
||||||
blkCellIdx: Natural): seq[byte] =
|
blkCellIdx: Natural): seq[byte] =
|
||||||
|
|
||||||
let
|
let
|
||||||
cellSize = self.builder.cellSize.uint64
|
cellSize = self.builder.cellSize.uint64
|
||||||
dataStart = cellSize * blkCellIdx.uint64
|
dataStart = cellSize * blkCellIdx.uint64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user