binaryninja::collaboration

Function merge_snapshots

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

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