Function libpijul::fs::is_tracked

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

Returns whether a path is registered in the working copy.