Function libpijul::fs::is_tracked[][src]

pub fn is_tracked<T: TreeTxnT>(
    txn: &T,
    path: &str
) -> Result<bool, TxnErr<T::TreeError>>
Expand description

Returns whether a path is registered in the working copy.