Function libpijul::pristine::last_common_state[][src]

pub fn last_common_state<T: ChannelTxnT>(
    txn: &T,
    c0: &T::Channel,
    c1: &T::Channel
) -> Result<(u64, u64, SerializedMerkle), TxnErr<T::GraphError>>
Expand description

Find the last state of c1 that is also in c0.