Skip to main content

classify_local_entries

Function classify_local_entries 

Source
fn classify_local_entries(
    ctx: &Arc<AppContext>,
    local_entries: Vec<LocalEntry>,
    remote_set: &HashSet<String>,
    orphan_by_checksum: &mut HashMap<String, String>,
    cc: &ClassifyContext<'_>,
) -> (Vec<LocalEntry>, Vec<LocalEntry>)