binaryninja::collaboration

Function merge_snapshots_with_progress

source
pub fn merge_snapshots_with_progress<C: DatabaseConflictHandler, P: ProgressCallback>(
    first: &Snapshot,
    second: &Snapshot,
    conflict_handler: C,
    progress: P,
) -> Result<Snapshot, ()>
Expand description

Merge a pair of snapshots and create a new snapshot with the result.