Skip to main content

Module blob_fetcher

Module blob_fetcher 

Source

Structs§

BlobFetchResult
Result of fetching a single blob.
FetchMissingBlobsResult
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 afterHash blobs referenced in the manifest.
format_fetch_result
Format a FetchMissingBlobsResult as a human-readable string.
get_missing_blobs
Determine which afterHash blobs referenced in the manifest are missing from disk.

Type Aliases§

OnProgress
Progress callback signature.