[][src]Function libpijul::fs::iter_graph_children

pub fn iter_graph_children<'txn, 'channel, 'changes, T, P>(
    txn: &'txn T,
    changes: &'changes P,
    channel: &'channel Channel<T>,
    key: Position<ChangeId>
) -> GraphChildren<'txn, 'channel, 'changes, T, P>

Notable traits for GraphChildren<'txn, 'channel, 'changes, T, P>

impl<'txn, 'channel, 'changes, T: TxnT, P: ChangeStore + 'changes> Iterator for GraphChildren<'txn, 'channel, 'changes, T, P> type Item = (Position<ChangeId>, InodeMetadata, String);
where
    T: TxnT,
    P: ChangeStore

Returns a list of files under the given key. The root key is pristine::Vertex::ROOT.