Function libpijul::fs::find_inode[][src]

pub fn find_inode<T: TreeTxnT>(
    txn: &T,
    path: &str
) -> Result<Inode, FsError<T::TreeError>>
Expand description

Find the inode corresponding to that path, if it exists.