Skip to main content

Crate fallow_core

Crate fallow_core 

Source

Modules§

analyze
cache
Re-exports from fallow-extract::cache.
cross_reference
Cross-reference duplication findings with dead code analysis results.
discover
duplicates
Code duplication / clone detection module.
errors
extract
Re-exports from fallow-extract.
graph
Module dependency graph with re-export chain propagation and reachability analysis.
plugins
Plugin system for framework-aware dead code analysis.
progress
project
Centralized project state with file registry and workspace metadata.
resolve
Import specifier resolution using oxc_resolver.
results
scripts
Lightweight shell command parser for package.json scripts.
suppress
trace

Structs§

AnalysisOutput
Result of the full analysis pipeline, including optional performance timings.

Functions§

analyze
Run the full analysis pipeline.
analyze_project
Run analysis on a project directory (with export usages for LSP Code Lens).
analyze_with_trace
Run the full analysis pipeline with optional performance timings and graph retention.
analyze_with_usages
Run the full analysis pipeline with export usage collection (for LSP Code Lens).