[][src]Function libpijul::fs::working_copy_children

pub fn working_copy_children<'txn, T: TxnT>(
    txn: &'txn T,
    inode: Inode
) -> WorkingCopyChildren<'txn, T>

Notable traits for WorkingCopyChildren<'txn, T>

impl<'txn, T: TxnT> Iterator for WorkingCopyChildren<'txn, T> type Item = (SmallString, Inode);

Returns a list of the children of an inode, in the working copy.