Structs§
- Blob
Fetch Result - Result of fetching a single blob.
- Fetch
Missing Blobs Result - Aggregate result of a blob-fetch operation.
Functions§
- fetch_
blobs_ by_ hash - Download specific blobs identified by their hashes.
- fetch_
missing_ blobs - Download all missing
afterHashblobs referenced in the manifest. - format_
fetch_ result - Format a
FetchMissingBlobsResultas a human-readable string. - get_
missing_ blobs - Determine which
afterHashblobs referenced in the manifest are missing from disk.
Type Aliases§
- OnProgress
- Progress callback signature.