Function libpijul::fs::iter_basenames[][src]

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

List all the basenames of an “inode key” in the graph (more than one name means a conflict).

See also iter_paths.