Function libpijul::fs::iter_graph_descendants[][src]

pub fn iter_graph_descendants<'txn, T: GraphTxnT>(
    txn: &'txn T,
    channel: &'txn T::Graph,
    key: Position<ChangeId>
) -> Result<GraphDescendants<'txn, T>, T::GraphError>
Expand description

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