binaryninja::collaboration

Function merge_database

source
pub fn merge_database<C: DatabaseConflictHandler>(
    database: &Database,
    conflict_handler: C,
) -> Result<(), ()>
Expand description

Merge all leaf snapshots in a database down to a single leaf snapshot.

  • database - Database to merge
  • conflict_handler - Function to call for progress updates