Replace paths_by_id
with an entries_by_id
sum tree
This commit is contained in:
parent
3ce2bea63a
commit
59fe0549cc
4 changed files with 138 additions and 92 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue