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