binaryninja::collaboration

Function merge_database_with_progress

source
pub fn merge_database_with_progress<C: DatabaseConflictHandler, P: ProgressCallback>(
    database: &Database,
    conflict_handler: C,
    progress: P,
) -> 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
  • progress - Function to call to resolve snapshot conflicts