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>)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>)