Skip to content

Commit ca0feb9

Browse files
committed
better description of file format
1 parent a514086 commit ca0feb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/utils/XetBlob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface ReconstructionInfo {
2626
terms: Array<{
2727
/** Hash of the CAS block */
2828
hash: string;
29-
/** Total uncompressed length of the CAS block */
29+
/** Total uncompressed length of data of the chunks from range.start to range.end - 1 */
3030
unpacked_length: number;
3131
/** Chunks. Eg start: 10, end: 100 = chunks 10-99 */
3232
range: { start: number; end: number };

0 commit comments

Comments
 (0)