Skip to main content

export_blobs

Function export_blobs 

Source
pub fn export_blobs(
    db: &Db,
    space: &Space,
    cs: &Changeset,
    dest: &Path,
) -> Result<usize>
Expand description

Copy the local blobs of a changeset’s manifest into dest/blobs/ — the transport’s blob channel. Never re-sends identical content: the receiver hash-checks before pulling.