Skip to main content

run_coupling

Function run_coupling 

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

Run change-coupling analysis over the ingested fact store.

Returns rows sorted by degree DESC, average_revs DESC, entity_a ASC, entity_b ASC.

§Errors

Returns CodeLoreError::Analysis on any SQL error.