(&self, path: &str)
| 280 | |
| 281 | impl<'txn, 'a> TreeTxnT for CachedWriteGraphTxn<'txn, 'a> { |
| 282 | fn get_inode(&self, path: &str) -> PristineResult<Option<Inode>> { |
| 283 | self.txn.get_inode(path) |
| 284 | } |
| 285 | |
| 286 | fn get_directory_flags(&self, inode: Inode) -> PristineResult<Option<u8>> { |
| 287 | self.txn.get_directory_flags(inode) |
no outgoing calls
no test coverage detected