Skip to main content

run_crossing

Function run_crossing 

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

Run the crossing analysis. Returns crossings ranked by composite crossing score (highest first).

§Errors

Returns crate::CodeLoreError::Analysis on DuckDB query errors (propagated from the imports scan or the inner coupling run).