pub fn is_tracked<T: TreeTxnT>( txn: &T, path: &str ) -> Result<bool, TreeErr<T::TreeError>>
Returns whether a path is registered in the working copy.