pub fn analyze_churn_cached(
root: &Path,
since: &SinceDuration,
cache_dir: &Path,
no_cache: bool,
) -> Option<(ChurnResult, bool)>Expand description
Analyze churn with disk caching.
pub fn analyze_churn_cached(
root: &Path,
since: &SinceDuration,
cache_dir: &Path,
no_cache: bool,
) -> Option<(ChurnResult, bool)>Analyze churn with disk caching.