Skip to main content

render_stats

Function render_stats 

Source
pub fn render_stats(rows: &[Stat]) -> String
Expand description

Render the per-author stats table.

Blue comes from the ANSI 16 palette so terminal themes can remap it. Styling is gated by yansi’s global condition, so it is plain text when color is disabled.