Skip to main content

score_codebase_full

Function score_codebase_full 

Source
pub fn score_codebase_full(
    contracts: &[(String, &Contract)],
    binding: &BindingRegistry,
    pagerank: Option<&HashMap<String, f64>>,
    drift_override: Option<f64>,
) -> CodebaseScore
Expand description

Score a codebase with all optional enrichment: pagerank + drift.