pub fn capture_thread_update_before(
repo: &Repository,
manager: &ThreadManager,
thread: &Thread,
) -> Result<ThreadUpdateBefore>Expand description
Capture the complete before-image needed to update a thread transactionally.
pub fn capture_thread_update_before(
repo: &Repository,
manager: &ThreadManager,
thread: &Thread,
) -> Result<ThreadUpdateBefore>Capture the complete before-image needed to update a thread transactionally.