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 mergeconflict_handler
- Function to call for progress updatesprogress
- Function to call to resolve snapshot conflicts