This disappeared in the recent refactoring of bidirectional inserts in tree/revtree
IM6UFPOZHZTBMESRXGBALOAWJWUUDGLP2TVLSZ3RZPSJITKB3R7QC
VO5OQW4W2656DIYYRNZ3PO7TQ4JOKQ3GVWE5ALUTYVMX3WMXJOYQC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
crate::fs::rec_delete(txn, file_id.clone(), inode, true)
crate::fs::rec_delete(txn, file_id.clone(), inode)
crate::fs::rec_delete(txn, file_id.clone(), inode, true) .map_err(PristineOutputError::Fs)?;
.map_err(PristineOutputError::Fs)?;
crate::fs::rec_delete(txn, file_id.clone(), inode).map_err(PristineOutputError::Fs)?;
if output_item.meta.is_dir() { let path_id = OwnedPathId { parent_inode: inode, basename: SmallString::new(), }; txn.put_tree(path_id.as_file_id(), inode) .map_err(PristineOutputError::Txn)?; }
if output_item.meta.is_dir() {
let path_id = OwnedPathId {
parent_inode: inode,
basename: SmallString::new(),
};
txn.put_tree(path_id.as_file_id(), inode)
.map_err(PristineOutputError::Txn)?;
}
update_inodes: bool,
rec_delete(txn, k, inode_, update_inodes)?;
rec_delete(txn, k, inode_)?;
rec_delete(txn, parent, inode, false)?;
rec_delete(txn, parent, inode)?;