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

pub fn iter_graph_children<'txn, 'changes, T, P>(
    txn: &'txn T,
    changes: &'changes P,
    channel: &'txn T::Graph,
    key: Position<ChangeId>
) -> Result<GraphChildren<'txn, 'changes, T, P>, T::GraphError> where
    T: GraphTxnT,
    P: ChangeStore
Expand description

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