pub fn analyze_project(root: &Path) -> Result<AnalysisResults, FallowError>๐Deprecated since 2.76.0:
fallow_core is internal; use fallow_cli::programmatic::detect_dead_code instead (build a DeadCodeOptions { analysis: AnalysisOptions { root, ..default() }, ..default() }). See docs/fallow-core-migration.md and ADR-008.
Expand description
Run analysis on a project directory (with export usages for LSP Code Lens).
ยงErrors
Returns an error if config loading, file discovery, parsing, or analysis fails.