Skip to main content

replicate_out

Function replicate_out 

Source
pub fn replicate_out(
    _archive: &Path,
    _peer: &Peer,
    _from_generation: u64,
) -> Result<ReplicationReceipt>
Expand description

Send one repository’s new objects to peer. NOT IMPLEMENTED — see the module documentation.

A store-side, all-or-nothing transaction over the bytes of archive above from_generation. No index of any kind is transmitted; the peer derives its own.

§Panics

Always. This is a placeholder with a settled signature and no body yet.