Replace paths_by_id with an entries_by_id sum tree

This commit is contained in:
Antonio Scandurra 2021-07-06 12:41:31 +02:00
parent 3ce2bea63a
commit 59fe0549cc
4 changed files with 138 additions and 92 deletions

View file

@ -617,8 +617,8 @@ mod tests {
scan_id: 0,
abs_path: PathBuf::new().into(),
ignores: Default::default(),
entries: Default::default(),
paths_by_id: Default::default(),
entries_by_path: Default::default(),
entries_by_id: Default::default(),
removed_entry_ids: Default::default(),
root_name: Default::default(),
root_char_bag: Default::default(),