Skip to main content

analyze_with_trace

Function analyze_with_trace 

Source
pub fn analyze_with_trace(
    config: &ResolvedConfig,
) -> Result<AnalysisOutput, FallowError>
๐Ÿ‘ŽDeprecated since 2.76.0:

fallow_core is internal; use fallow_cli::programmatic::detect_dead_code instead. NOTE: trace timings are not exposed in the programmatic surface today; use fallow check --performance for CLI-side timings. See docs/fallow-core-migration.md and ADR-008.

Expand description

Run the full analysis pipeline with optional performance timings and graph retention.

ยงErrors

Returns an error if file discovery, parsing, or analysis fails.