pub fn analyze(config: &ResolvedConfig) -> Result<AnalysisResults, FallowError>๐Deprecated since 2.76.0:
fallow_core is internal; use fallow_api::run_dead_code for typed output; serialize with fallow_api::serialize_dead_code_programmatic_json for JSON output. See docs/fallow-core-migration.md and ADR-008.
Expand description
Run the full analysis pipeline.
ยงErrors
Returns an error if file discovery, parsing, or analysis fails.