Skip to main content

run_stale_code

Function run_stale_code 

pub fn run_stale_code(db: &FactsDb, opts: &Options) -> Result<Vec<StaleCodeRow>>
Expand description

Run the stale-code analysis. Returns rows ranked by months- since-touch (highest first).

§Errors

Returns crate::CodeLoreError::Analysis on DuckDB errors.