Skip to main content

classify_local_entry

Function classify_local_entry 

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