Skip to main content

resolve_relocations

Function resolve_relocations 

Source
fn resolve_relocations(
    db: &Db,
    library_id: i64,
    home: &Path,
    settings: &ImportSettings,
    pending_relocations: Vec<PendingRelocation>,
    books_to_insert: &mut Vec<(Fp, Info)>,
)