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

pub fn find_inode<T: TxnT>(txn: &T, path: &str) -> Result<Inode, Error>

Find the inode corresponding to that path, or return an error if there's no such inode.