Skip to main content

compute_level_bars

Function compute_level_bars 

Source
pub fn compute_level_bars(
    metrics: &TuiMetrics,
) -> (String, usize, String, usize)
Expand description

Computes level bar rendering from metrics.

Returns (info_bar, info_pct, error_bar, error_pct).