Constant RISK_RED_MIN
pub const RISK_RED_MIN: f64 = 0.55;Expand description
Structural risk threshold above which a file is in the red band.
Files with structural_risk >= RISK_RED_MIN receive band = "red".
pub const RISK_RED_MIN: f64 = 0.55;Structural risk threshold above which a file is in the red band.
Files with structural_risk >= RISK_RED_MIN receive band = "red".