Function write_health_trend_csv
pub fn write_health_trend_csv<W: Write>(
rows: &[HealthTrendRow],
w: &mut W,
) -> Result<()>Expand description
health-trend CSV emitter — repo health timeline across sampled revs.
pub fn write_health_trend_csv<W: Write>(
rows: &[HealthTrendRow],
w: &mut W,
) -> Result<()>health-trend CSV emitter — repo health timeline across sampled revs.