Skip to main content

carry_over

Function carry_over 

Source
fn carry_over<S: Storage>(
    storage: &S,
    at: Rev,
) -> Result<(Digest, bool), MigrationFailure>
Expand description

Read rev at as zstd and write it back as gzip, answering the digest its row must now stamp and whether anything moved.