Skip to main content

analyze_directory_with_progress

Function analyze_directory_with_progress 

Source
pub fn analyze_directory_with_progress(
    root: &Path,
    entries: Vec<WalkEntry>,
    progress: Arc<AtomicUsize>,
    ct: CancellationToken,
) -> Result<AnalysisOutput, AnalyzeError>
Expand description

Analyze a directory structure with progress tracking.