pub fn analyze(config: &ResolvedConfig) -> Result<AnalysisResults, FallowError>๐Deprecated since 2.76.0:
fallow_core is internal; use fallow_cli::programmatic::detect_dead_code instead. NOTE: replacement returns serde_json::Value, not typed AnalysisResults. 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.