pub fn add_entry_to_filesystem<ObjectID: FsVerityHashValue>(
fs: &mut FileSystem<ObjectID>,
entry: Entry<'_>,
hardlinks: &mut HashMap<PathBuf, Rc<Leaf<ObjectID>>>,
) -> Result<()>Expand description
Convert a dumpfile Entry into tree structures and insert into a FileSystem.