Skip to main content

append_to_wal

Function append_to_wal 

Source
pub fn append_to_wal(
    wal: &WalManager,
    actor: &ActorId,
    events: &[Event],
) -> Result<Option<String>, GitError>
Expand description

Try to append to WAL without inserting to store Useful for batch operations or when store is already updated