Skip to main content

analyze_churn_cached

Function analyze_churn_cached 

Source
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.